mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 00:04:33 +02:00
plugins/lsp: add dagger language server (for cuelang) (#890)
This commit is contained in:
parent
5281e7957f
commit
a2c5bd3548
2 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
|||
# pkgs.csharp-ls only supports linux platforms
|
||||
csharp-ls.enable = pkgs.stdenv.isLinux;
|
||||
cssls.enable = true;
|
||||
dagger.enable = true;
|
||||
dartls.enable = true;
|
||||
denols.enable = true;
|
||||
dhall-lsp-server.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue