1
0
Fork 0

clean up bufferline

This commit is contained in:
Luca Bilke 2022-11-02 15:53:41 +01:00
parent 2c954bf523
commit 18e54992fc
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ local config = {
left_mouse_command = "buffer %d", -- can be a string | function, see "Mouse actions"
middle_mouse_command = nil, -- can be a string | function, see "Mouse actions"
indicator = {
icon = icons.ui.DoubleChevronRight, -- this should be omitted if indicator style is not 'icon'
style = "icon", -- can also be 'underline'|'none',
-- icon = icons.ui.DoubleChevronRight, -- this should be omitted if indicator style is not 'icon'
style = "none", -- can also be 'underline'|'none',
},
buffer_close_icon = icons.ui.Close,
modified_icon = icons.ui.Circle,