fix(treesitter): disable treesitter indent by default, since it has too many issues. See #297

This commit is contained in:
Folke Lemaitre
2023-02-18 12:40:25 +01:00
parent f08d004bc2
commit 329a2daff4

View File

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