mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
enable treesitter auto indent
This commit is contained in:
@ -3,6 +3,7 @@ return {
|
||||
build = ":TSUpdate",
|
||||
cmd = { "TSUpdateSync", "TSUpdate", "TSInstall" },
|
||||
opts = {
|
||||
indent = { enable = true },
|
||||
ensure_installed = {
|
||||
-- defaults
|
||||
"vim",
|
||||
|
Reference in New Issue
Block a user