chore: update ensure_installed
This commit is contained in:
@@ -6,10 +6,38 @@ return {
|
||||
|
||||
config.setup({
|
||||
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 },
|
||||
highlight = {
|
||||
enabled = true,
|
||||
additional_vim_regex_highlighting = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user