dotfiles/home/private_dot_config/astronvim/lua/user/plugins/mason-lspconfig.lua
2022-12-09 14:32:12 -06:00

13 lines
135 B
Lua

return {
ensure_installed = {
"cssls",
"gopls",
"html",
"jsonls",
"pyright",
"sumneko_lua",
"texlab",
"yamlls",
},
}