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