mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
[neovim] Fix bufferline typo
This commit is contained in:
parent
4f56be8231
commit
3bc880fdac
@ -17,7 +17,7 @@ bufferline.setup({
|
|||||||
},
|
},
|
||||||
highlights = {
|
highlights = {
|
||||||
fill = {
|
fill = {
|
||||||
fg = { attribute = "fg", highlight = "#ff0000" },
|
fg = { attribute = "fg", highlight = "TabLine" },
|
||||||
bg = { attribute = "bg", highlight = "TabLine" },
|
bg = { attribute = "bg", highlight = "TabLine" },
|
||||||
},
|
},
|
||||||
background = {
|
background = {
|
||||||
|
Loading…
Reference in New Issue
Block a user