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

This commit is contained in:
Amaan Qureshi authored and GitHub committed 2023-03-25 09:42:57 +01:00
1 parent c4572fcec8
commit 59eb19835f
1 file changed
+1 -1
+1 -1
View File
@@ -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",