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' } }, },