bufferline config

tried to offset the tab list when the file tree is showing, but that
either doesn't work or I don't undertstand something
This commit is contained in:
2024-11-07 15:30:29 -05:00
parent 6fc09bec00
commit 19f1e405a9
+15
View File
@@ -6,6 +6,21 @@ return {
options = { options = {
mode = "tabs", mode = "tabs",
separator_style = "slant", separator_style = "slant",
diagnostics = "nvim_lsp",
always_show_bufferline = false,
show_tab_indicators = true,
color_icons = true,
show_buffer_icons = true,
persist_buffer_sort = true,
indicator = {
style = "underline",
},
offsets = {
filetype = "NvimTree",
text = "File Explorer",
text_align = "left",
separator = true,
},
}, },
}, },
} }