refactor(nvim): disable regex highlighting
This commit is contained in:
parent
7c563f6987
commit
0ba78cc1c4
@ -18,6 +18,7 @@ nvim_treesitter.setup({
|
|||||||
},
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
additional_vim_regex_highlighting = false,
|
||||||
disable = function(_, buf)
|
disable = function(_, buf)
|
||||||
local disabled_filetypes = {
|
local disabled_filetypes = {
|
||||||
"tex",
|
"tex",
|
||||||
|
Loading…
Reference in New Issue
Block a user