From c89367f28318393b4cb25ccb6395d2cfe5eab3b5 Mon Sep 17 00:00:00 2001 From: Akin Sowemimo Date: Fri, 9 Oct 2020 18:55:56 +0100 Subject: 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. --- plugin/nvim-treesitter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/nvim-treesitter.vim') diff --git a/plugin/nvim-treesitter.vim b/plugin/nvim-treesitter.vim index 4eae5627d..4cb1a7275 100644 --- a/plugin/nvim-treesitter.vim +++ b/plugin/nvim-treesitter.vim @@ -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 -- cgit v1.2.3-70-g09d2