feat(treesitter): use Python indents as they've improved greatly

This commit is contained in:
Amaan Qureshi 2023-03-24 18:55:29 -04:00
parent c4572fcec8
commit ef5779583b
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -33,7 +33,7 @@ return {
---@type TSConfig ---@type TSConfig
opts = { opts = {
highlight = { enable = true }, highlight = { enable = true },
indent = { enable = true, disable = { "python" } }, indent = { enable = true },
context_commentstring = { enable = true, enable_autocmd = false }, context_commentstring = { enable = true, enable_autocmd = false },
ensure_installed = { ensure_installed = {
"bash", "bash",