fix(treesitter): disable treesitter indent by default, since it has too many issues. See #297
This commit is contained in:
1 file changed
+1
-1
@@ -33,7 +33,7 @@ return {
|
|||||||
---@type TSConfig
|
---@type TSConfig
|
||||||
opts = {
|
opts = {
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = false },
|
||||||
context_commentstring = { enable = true, enable_autocmd = false },
|
context_commentstring = { enable = true, enable_autocmd = false },
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
|
|||||||
Reference in new issue
Block a user