plugins/lsp: add dagger language server (for cuelang) (#890)

This commit is contained in:
Hayden 2024-01-05 14:25:40 +00:00 committed by GitHub
parent 5281e7957f
commit a2c5bd3548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -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;