Adding plugin and changing config
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user