chore: update ensure_installed
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user