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