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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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