mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Don't change the background highlights
treesitter highlighting is colouring the characters in the foreground so there's no need to touch the highlighting of the background
This commit is contained in:
parent
d8a516cb39
commit
1e43c0267f
1 changed files with 1 additions and 1 deletions
|
|
@ -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=fg ctermbg=bg
|
||||
highlight default TSNone term=NONE cterm=NONE gui=NONE guifg=foreground ctermfg=fg
|
||||
|
||||
highlight default link TSError TSNone
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue