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",