1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-31 17:19:26 +00:00

[neovim] Fix bufferline typo

This commit is contained in:
2023-04-09 18:14:08 +02:00
parent 4f56be8231
commit 3bc880fdac

View File

@ -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 = {