Adding plugin and changing config

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-08-09 13:44:40 +02:00
parent 2d547c8646
commit 146fc8d1ea
4 changed files with 65 additions and 5 deletions

View File

@@ -21,6 +21,9 @@ bufferline.setup {
offsets = {
{
filetype = "NvimTree",
text = "File Explorer",
highlight = "None",
padding = 1
}
},
color_icons = true,
@@ -37,6 +40,23 @@ bufferline.setup {
end
return ''
end
end,
highlights = {
background = {
guibg = "None",
},
fill = {
guibg = "None",
},
close_button = {
guibg = "None",
},
separator_visible = {
guibg = "None",
},
tab_close = {
guibg = "None",
},
},
}
}