mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-02-09 13:45:57 +00:00
Astronvim config from kabinspace/AstroNvim_user
This commit is contained in:
16
plugins/mason-lspconfig.lua
Normal file
16
plugins/mason-lspconfig.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
-- use mason-lspconfig to configure LSP installations
|
||||
return {
|
||||
automatic_installation = true,
|
||||
ensure_installed = {
|
||||
"clangd",
|
||||
"cssls",
|
||||
"html",
|
||||
"marksman",
|
||||
"jsonls",
|
||||
"pyright",
|
||||
"sqls",
|
||||
"sumneko_lua",
|
||||
"tsserver",
|
||||
"yamlls",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user