dotfiles/home/private_dot_config/astronvim/lua/user/plugins/mason-lspconfig.lua

13 lines
138 B
Lua
Raw Normal View History

2022-12-09 14:32:12 -06:00
return {
ensure_installed = {
"cssls",
"gopls",
"html",
"jsonls",
2023-01-07 10:42:54 -06:00
-- "pyright",
2022-12-09 14:32:12 -06:00
"sumneko_lua",
"texlab",
"yamlls",
},
}