refactor config
This commit is contained in:
commit
4f0e213f4a
155 changed files with 13983 additions and 0 deletions
15
config/astronvim/lua/user/plugins/mason-lspconfig.lua
Normal file
15
config/astronvim/lua/user/plugins/mason-lspconfig.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
ensure_installed = {
|
||||
"bashls",
|
||||
"cssls",
|
||||
"dockerls",
|
||||
"emmet_ls",
|
||||
"html",
|
||||
"pyright",
|
||||
"rust_analyzer",
|
||||
"sqlls",
|
||||
"sumneko_lua",
|
||||
"tsserver",
|
||||
"yamlls",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue