diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 21:07:51 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 21:07:51 +0100 |
commit | f537e68d8ebab5808f4ec3168e6ccd1dafbd0f0d (patch) | |
tree | 032820d079a6b71f22efd5f8e8f4f5e8b4dbe7cf /lua/config/bufferline.lua | |
parent | 3c0e7e07ffd803d7d626747f367a68f46b693e56 (diff) |
Disable tab indicator
Diffstat (limited to 'lua/config/bufferline.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: { '|', '|' } |