mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
tests/lsp: enable csharp-ls on Darwin as well
https://github.com/NixOS/nixpkgs/pull/281005
This commit is contained in:
parent
6c2e1acdfd
commit
2566593aee
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@
|
|||
clangd.enable = true;
|
||||
clojure-lsp.enable = true;
|
||||
cmake.enable = true;
|
||||
# pkgs.csharp-ls only supports linux platforms
|
||||
csharp-ls.enable = pkgs.stdenv.isLinux;
|
||||
csharp-ls.enable = true;
|
||||
cssls.enable = true;
|
||||
dagger.enable = true;
|
||||
dartls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue