mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
fix cterm fg and bg error
This commit is contained in:
committed by
Thomas Vigouroux
parent
c89367f283
commit
d8a516cb39
@@ -11,7 +11,7 @@ let g:loaded_nvim_treesitter = 1
|
||||
|
||||
lua require'nvim-treesitter'.setup()
|
||||
|
||||
highlight default TSNone term=NONE cterm=NONE gui=NONE guifg=foreground guibg=background ctermfg=foreground ctermbg=background
|
||||
highlight default TSNone term=NONE cterm=NONE gui=NONE guifg=foreground guibg=background ctermfg=fg ctermbg=bg
|
||||
|
||||
highlight default link TSError TSNone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user