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