fix cterm fg and bg error

This commit is contained in:
Akin Sowemimo
2020-10-09 20:25:31 +01:00
committed by Thomas Vigouroux
parent c89367f283
commit d8a516cb39

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 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