Skip to content

Commit

Permalink
feat(treesitter): use Python indents as they've improved greatly (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Mar 25, 2023
1 parent c4572fc commit 59eb198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 59eb198

Please sign in to comment.