disable annoying and pointless tab indicators
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user