feat(treesitter): use Python indents as they've improved greatly (#490)
This commit is contained in:
1 parent
c4572fcec8
commit
59eb19835f
1 file changed
+1
-1
@@ -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",
|
||||
|
||||
Reference in new issue
Block a user