From 329a2daff493abd2bd5c8fedbf0dfa13039d3931 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 18 Feb 2023 12:40:25 +0100 Subject: [PATCH] fix(treesitter): disable treesitter indent by default, since it has too many issues. See #297 --- lua/lazyvim/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/treesitter.lua b/lua/lazyvim/plugins/treesitter.lua index 7175c8b9..d4b98e94 100644 --- a/lua/lazyvim/plugins/treesitter.lua +++ b/lua/lazyvim/plugins/treesitter.lua @@ -33,7 +33,7 @@ return { ---@type TSConfig opts = { highlight = { enable = true }, - indent = { enable = true }, + indent = { enable = false }, context_commentstring = { enable = true, enable_autocmd = false }, ensure_installed = { "bash",