plugins/nvim-lsp: add csharp-ls language server

This commit is contained in:
Gaetan Lepage 2023-07-04 09:49:50 +02:00 committed by Gaétan Lepage
parent 826a018b5f
commit 6693b63ff7
2 changed files with 8 additions and 0 deletions

View file

@ -39,6 +39,12 @@ with lib; let
description = "Enable cmake language server, for cmake files.";
package = pkgs.cmake-language-server;
}
{
name = "csharp-ls";
description = "Enable csharp-ls, for C#.";
package = pkgs.csharp-ls;
serverName = "csharp_ls";
}
{
name = "cssls";
description = "Enable cssls, for CSS";