mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(treesitter): disable treesitter indent by default, since it has too many issues. See #297
This commit is contained in:
parent
f08d004bc2
commit
329a2daff4
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue