refactor(nvim): disable additional regex hls for org files
This commit is contained in:
parent
303cab0d54
commit
33bba03f4e
@ -157,7 +157,6 @@ return {
|
|||||||
},
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
additional_vim_regex_highlighting = { "org" },
|
|
||||||
disable = function(_, buf)
|
disable = function(_, buf)
|
||||||
local disabled_filetypes = {
|
local disabled_filetypes = {
|
||||||
"tex",
|
"tex",
|
||||||
|
Loading…
Reference in New Issue
Block a user