update astronvim to v3
This commit is contained in:
parent
5ff843d62d
commit
72fe433bc2
19 changed files with 432 additions and 413 deletions
|
|
@ -1,15 +1,19 @@
|
|||
return {
|
||||
ensure_installed = {
|
||||
"bashls",
|
||||
"cssls",
|
||||
"dockerls",
|
||||
"emmet_ls",
|
||||
"html",
|
||||
"pyright",
|
||||
"rust_analyzer",
|
||||
"sqlls",
|
||||
"sumneko_lua",
|
||||
"tsserver",
|
||||
"yamlls",
|
||||
},
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
config = function(plugin, opts)
|
||||
opts["ensure_installed"] = {
|
||||
"bashls",
|
||||
"cssls",
|
||||
"dockerls",
|
||||
"emmet_ls",
|
||||
"html",
|
||||
"pyright",
|
||||
"rust_analyzer",
|
||||
"sqlls",
|
||||
"sumneko_lua",
|
||||
"tsserver",
|
||||
"yamlls",
|
||||
}
|
||||
require("plugins.configs.mason-lspconfig")(plugin, opts)
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue