chore: update ensure_installed

This commit is contained in:
Stevan Freeborn
2025-01-20 23:28:57 -06:00
parent aa0bf40d34
commit eeaa68dcc7
+29 -1
View File
@@ -6,10 +6,38 @@ return {
config.setup({ config.setup({
auto_install = true, auto_install = true,
ensure_installed = {
"bash",
"css",
"html",
"javascript",
"json",
"lua",
"python",
"typescript",
"tsx",
"vue",
"yaml",
"c_sharp",
"rust",
"csv",
"dockerfile",
"editorconfig",
"json",
"jsdoc",
"jsonc",
"markdown",
"markdown_inline",
"nginx",
"proto",
"sql",
"toml",
"ssh_config",
"xml",
},
indent = { enabled = true }, indent = { enabled = true },
highlight = { highlight = {
enabled = true, enabled = true,
additional_vim_regex_highlighting = true,
}, },
}) })
end, end,