feat: clean up mason installs
This commit is contained in:
parent
d7ad3d7d27
commit
883e00e576
1 changed files with 2 additions and 4 deletions
|
@ -28,10 +28,8 @@ local default_config = {
|
||||||
-- lsp servers that should be installed
|
-- lsp servers that should be installed
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
'astro',
|
'astro',
|
||||||
--[[ 'actionlint', ]]
|
'eslint_d',
|
||||||
--[[ 'eslint_d', ]]
|
'prettier',
|
||||||
--[[ 'prettierd', ]]
|
|
||||||
'bashls',
|
|
||||||
'cssls',
|
'cssls',
|
||||||
'gopls',
|
'gopls',
|
||||||
'graphql',
|
'graphql',
|
||||||
|
|
Loading…
Add table
Reference in a new issue