Removed bufferline close icons

This commit is contained in:
Dreaded_X 2024-06-13 23:37:59 +02:00
parent 527b17f445
commit 327b4e03e8
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -32,10 +32,10 @@ return {
bufferline.setup({
options = {
show_buffer_icons = false,
show_buffer_close_icons = true,
show_buffer_close_icons = false,
diagnostics = "nvim_lsp",
close_command = "BufDel %d",
right_mouse_command = "BufDel %d",
-- close_command = "BufDel %d",
-- right_mouse_command = "BufDel %d",
separator_style = "thick",
left_trunc_marker = "",
right_trunc_marker = "",