From cc4a25c5b355dc64cecf20e8d235dbfa97d5b849 Mon Sep 17 00:00:00 2001 From: jorgenwh Date: Sun, 27 Oct 2024 02:17:59 +0200 Subject: [PATCH] a --- lua/plugins/nvim_treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/nvim_treesitter.lua b/lua/plugins/nvim_treesitter.lua index 039ec24c..5d70588a 100644 --- a/lua/plugins/nvim_treesitter.lua +++ b/lua/plugins/nvim_treesitter.lua @@ -11,6 +11,7 @@ return { -- Highlight, edit, and navigate code -- If you are experiencing weird indenting issues, add the language to -- the list of additional_vim_regex_highlighting and disabled languages for indent. additional_vim_regex_highlighting = { 'ruby' }, + disable = { 'text' }, }, indent = { enable = true, disable = { 'ruby' } }, },