diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/bufferline.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/bufferline.lua b/lua/config/bufferline.lua index 1259af3..f0ee8c7 100644 --- a/lua/config/bufferline.lua +++ b/lua/config/bufferline.lua @@ -59,7 +59,7 @@ bufferline.setup({ show_buffer_icons = true, show_buffer_close_icons = false, show_close_icon = false, - show_tab_indicators = true, + show_tab_indicators = false, persist_buffer_sort = true, -- whether or not custom sorted buffers should persist -- can also be a table containing 2 custom separators -- [focused and unfocused]. eg: { '|', '|' } |