Highlights: default TSError to Normal

This provides a better experience for users
without any extra config.
This commit is contained in:
Santos Gallegos 2020-09-04 12:49:08 -05:00 committed by Kiyan Yazdani
parent 97c1e60bd4
commit 1a42056e09
3 changed files with 1 additions and 13 deletions

View file

@ -11,7 +11,7 @@ let g:loaded_nvim_treesitter = 1
lua require'nvim-treesitter'.setup()
highlight default link TSError Error
highlight default link TSError Normal
highlight default link TSPunctDelimiter Delimiter
highlight default link TSPunctBracket Delimiter