Skip to content

Commit 6d517bd

Browse files
committed
temporarily fixed lualine and bufferline colors that were displaying incorrectly in v0.11.0 nightly build
(See <nvim-lualine/lualine.nvim#1312>)
1 parent fa9230f commit 6d517bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vimrc

+5
Original file line numberDiff line numberDiff line change
@@ -1455,3 +1455,8 @@ require'nvim-treesitter.configs'.setup {
14551455
additional_vim_regex_highlighting = false,
14561456
}
14571457
EOF
1458+
1459+
"temporary
1460+
highlight StatusLine term=None cterm=None gui=None " lualine
1461+
highlight StatusLineNC term=None cterm=None gui=None " lualine
1462+
highlight TabLineFill term=None cterm=None gui=None " bufferline

0 commit comments

Comments
 (0)