From de6a28b781e8a06e4f70c913539c97260392131a Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 18 Feb 2023 13:14:47 +0100 Subject: [PATCH] fix(treesitter): disable indent only for python right now --- 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 d4b98e94..83eb574b 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 = false }, + indent = { enable = true, disable = { "python" } }, context_commentstring = { enable = true, enable_autocmd = false }, ensure_installed = { "bash",