[neovim] Fix bufferline typo

This commit is contained in:
Daniel Carrillo 2023-04-09 18:14:08 +02:00
parent 4f56be8231
commit 3bc880fdac
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ bufferline.setup({
},
highlights = {
fill = {
fg = { attribute = "fg", highlight = "#ff0000" },
fg = { attribute = "fg", highlight = "TabLine" },
bg = { attribute = "bg", highlight = "TabLine" },
},
background = {