refactor(nvim): disable additional regex hls for org files

This commit is contained in:
Price Hiller 2024-02-17 16:02:28 -06:00
parent 303cab0d54
commit 33bba03f4e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -157,7 +157,6 @@ return {
},
highlight = {
enable = true,
additional_vim_regex_highlighting = { "org" },
disable = function(_, buf)
local disabled_filetypes = {
"tex",