Skip to content

Commit

Permalink
fix(lsp): use lspconfig server names
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Oct 20, 2022
1 parent f2f2323 commit 36caeed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lua/lsp/setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ mason.setup {

mason_lsp.setup {
-- A list of servers to automatically install if they're not already installed
ensure_installed = { "bash-language-server", "css-lsp", "eslint-lsp", "graphql-language-service-cli", "html-lsp",
"json-lsp", "lua-language-server", "tailwindcss-language-server", "typescript-language-server",
"vetur-vls", "vue-language-server", "chrome-debug-adapter", "node-debug2-adapter", "prisma-language-server" },
ensure_installed = { "bashls", "cssls", "eslint", "graphql", "html", "jsonls", "sumneko_lua", "tailwindcss", "tsserver",
"vuels", "volar", "prismals" },

-- Whether servers that are set up (via lspconfig) should be automatically installed if they're not already installed.
-- This setting has no relation with the `ensure_installed` setting.
Expand Down

0 comments on commit 36caeed

Please sign in to comment.