disable annoying and pointless tab indicators

This commit is contained in:
2024-11-15 14:13:39 -05:00
parent 944ab795c8
commit 58b3fddad2
+1 -2
View File
@@ -5,7 +5,6 @@ return {
opts = { opts = {
options = { options = {
mode = "tabs", mode = "tabs",
themable = true,
separator_style = "slant", separator_style = "slant",
diagnostics = "nvim_lsp", diagnostics = "nvim_lsp",
-- diagnostics_indicator = function(count, level, diagnostics_dict, context) -- diagnostics_indicator = function(count, level, diagnostics_dict, context)
@@ -17,7 +16,7 @@ return {
-- return s -- return s
-- end, -- end,
always_show_bufferline = false, always_show_bufferline = false,
show_tab_indicators = true, show_tab_indicators = false,
color_icons = true, color_icons = true,
show_buffer_icons = true, show_buffer_icons = true,
persist_buffer_sort = true, persist_buffer_sort = true,