Skip to content

Commit

Permalink
fix: cssmodules_ls package name (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
  • Loading branch information
schardev committed Jul 25, 2022
1 parent 84aff88 commit a7971cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-lspconfig/mappings/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ M.lspconfig_to_package = {
["crystalline"] = "crystalline",
["csharp_ls"] = "csharp-language-server",
["cssls"] = "css-lsp",
["cssmodules_ls"] = "cucumber-language-server",
["cssmodules_ls"] = "cssmodules-language-server",
["cucumber_language_server"] = "cucumber-language-server",
["denols"] = "deno",
["dhall_lsp_server"] = "dhall-lsp",
Expand Down

0 comments on commit a7971cd

Please sign in to comment.