From 33bba03f4e5dfba779e2712c62c67c519581a71c Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 17 Feb 2024 16:02:28 -0600 Subject: [PATCH] refactor(nvim): disable additional regex hls for org files --- dots/.config/nvim/lua/plugins/configs/treesitter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/nvim/lua/plugins/configs/treesitter.lua b/dots/.config/nvim/lua/plugins/configs/treesitter.lua index b6867060..52de33a2 100644 --- a/dots/.config/nvim/lua/plugins/configs/treesitter.lua +++ b/dots/.config/nvim/lua/plugins/configs/treesitter.lua @@ -157,7 +157,6 @@ return { }, highlight = { enable = true, - additional_vim_regex_highlighting = { "org" }, disable = function(_, buf) local disabled_filetypes = { "tex",