refactor(nvim): disable regex highlighting

This commit is contained in:
Price Hiller 2023-06-05 00:19:46 -05:00
parent 7c563f6987
commit 0ba78cc1c4
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -18,6 +18,7 @@ nvim_treesitter.setup({
},
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
disable = function(_, buf)
local disabled_filetypes = {
"tex",