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

This commit is contained in:
Amaan Qureshi 2023-03-25 04:42:57 -04:00 committed by GitHub
parent c4572fcec8
commit 59eb19835f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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