From e9cf73c266e3e3321426bf71bb90eaa3d3e75f85 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 30 Oct 2023 09:46:50 -0500 Subject: [PATCH] refactor(nvim): disable treesitter in org --- dots/.config/nvim/lua/plugins/configs/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/nvim/lua/plugins/configs/treesitter.lua b/dots/.config/nvim/lua/plugins/configs/treesitter.lua index ac550ea7..6d7625b6 100644 --- a/dots/.config/nvim/lua/plugins/configs/treesitter.lua +++ b/dots/.config/nvim/lua/plugins/configs/treesitter.lua @@ -169,7 +169,7 @@ return { }, indent = { enable = true, - disable = { "lua" }, + disable = { "lua", "org" }, }, playground = { enable = true,