Add background and foreground colors to TSNone

This fixes the issue where colors highlighted as TSNone were not
reverting to the background and foreground color.
This commit is contained in:
Akin Sowemimo 2020-10-09 18:55:56 +01:00 committed by Thomas Vigouroux
parent c055899dc0
commit c89367f283

View file

@ -11,7 +11,7 @@ let g:loaded_nvim_treesitter = 1
lua require'nvim-treesitter'.setup()
highlight default TSNone term=NONE cterm=NONE gui=NONE
highlight default TSNone term=NONE cterm=NONE gui=NONE guifg=foreground guibg=background ctermfg=foreground ctermbg=background
highlight default link TSError TSNone