From ef5779583b9faf6f17c4587485bab579b0f55429 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Fri, 24 Mar 2023 18:55:29 -0400 Subject: [PATCH] feat(treesitter): use Python indents as they've improved greatly --- 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 1efb0f33..c8bc4260 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, disable = { "python" } }, + indent = { enable = true }, context_commentstring = { enable = true, enable_autocmd = false }, ensure_installed = { "bash",