fixed treesitter highlights
This commit is contained in:
parent
29df2f32b2
commit
07e8a7b526
@ -5,7 +5,8 @@ return {
|
||||
require('nvim-treesitter.configs').setup({
|
||||
ensure_installed = 'all',
|
||||
highlight = {
|
||||
enable = true
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false
|
||||
},
|
||||
rainbow = {
|
||||
enable = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user