From ba766952ab81ecea20786d84702fbcec630e4090 Mon Sep 17 00:00:00 2001 From: ralvescosta Date: Fri, 21 Mar 2025 08:04:57 -0300 Subject: [PATCH] feat: TS --- lua/kickstart/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/treesitter.lua b/lua/kickstart/plugins/treesitter.lua index eacf5891..7ade3502 100644 --- a/lua/kickstart/plugins/treesitter.lua +++ b/lua/kickstart/plugins/treesitter.lua @@ -41,7 +41,7 @@ return { -- the list of additional_vim_regex_highlighting and disabled languages for indent. additional_vim_regex_highlighting = { 'ruby', 'go', 'terraform' }, }, - indent = { enable = true, disable = { 'ruby', 'go' } }, + indent = { enable = true, disable = { 'ruby' } }, }, -- There are additional nvim-treesitter modules that you can use to interact -- with nvim-treesitter. You should go explore a few and see what interests you: