Simplify config

This commit is contained in:
Saeed Afzal
2023-12-21 23:10:23 +00:00
parent 862d8bb1ec
commit 7d7b0fff77
17 changed files with 101 additions and 253 deletions

View File

@@ -16,8 +16,16 @@ return {
disable = { "dart" }
},
autotag = { enable = true },
matchup = { enable = true }
autotag = { enable = true }
}
end
end,
opts = {
ensure_installed = { "lua" },
auto_install = true,
highlight = { enable = true },
indent = { enable = true },
autotag = { enable = true }
}
}