Skip to content

Commit

Permalink
fix(filetype): harper_ls filetype correction to cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 7, 2024
1 parent e23d907 commit 057af92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/mason-lspconfig/mappings/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ return {
coq = { "coq_lsp" },
cpp = { "ast_grep", "clangd", "harper_ls" },
crystal = { "crystalline" },
cs = { "csharp_ls", "omnisharp", "omnisharp_mono" },
csharp = { "harper_ls" },
cs = { "csharp_ls","harper_ls", "omnisharp", "omnisharp_mono" },
css = { "ast_grep", "biome", "css_variables", "cssls", "emmet_language_server", "emmet_ls", "stylelint_lsp", "tailwindcss" },
cucumber = { "cucumber_language_server" },
cuda = { "clangd" },
Expand Down

0 comments on commit 057af92

Please sign in to comment.