fix(treesitter): disable indent only for python right now

This commit is contained in:
Folke Lemaitre
2023-02-18 13:14:47 +01:00
parent 329a2daff4
commit de6a28b781

View File

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