neovim: enable indent via tree-sitter
This commit is contained in:
parent
f8c5edeef6
commit
c57ac43e5a
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ require("lazy").setup({
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
|
indent = { enable = true },
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue