refactor(nvim): disable regex highlighting

This commit is contained in:
Price Hiller 2023-06-05 00:19:46 -05:00
parent 7c563f6987
commit 0ba78cc1c4
No known key found for this signature in database

View File

@ -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",