mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/nvim-lsp: add csharp-ls language server
This commit is contained in:
parent
826a018b5f
commit
6693b63ff7
2 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue