Skip to content

Commit

Permalink
plugins/lsp: add dhall-lsp-server (#860)
Browse files Browse the repository at this point in the history
* lsp.servers: add dhall-lsp-server(dhall language)

tests: add dhall lsp server to tests

squash me

* Update plugins/lsp/language-servers/default.nix

Co-authored-by: Gaétan Lepage <[email protected]>

* Update tests/test-sources/plugins/lsp/_lsp.nix

Co-authored-by: Gaétan Lepage <[email protected]>

* Update plugins/lsp/language-servers/default.nix

Co-authored-by: Gaétan Lepage <[email protected]>

---------

Co-authored-by: Gaétan Lepage <[email protected]>
  • Loading branch information
gwg313 and GaetanLepage authored Dec 30, 2023
1 parent 9738dae commit 5fcfb76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ with lib; let
description = "Enable denols, for Deno";
package = pkgs.deno;
}
{
name = "dhall-lsp-server";
description = "Enable dhall-lsp-server, for Dhall";
serverName = "dhall_lsp_server";
}
{
name = "digestif";
description = "Enable digestif, for LaTeX";
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
cssls.enable = true;
dartls.enable = true;
denols.enable = true;
dhall-lsp-server.enable = true;
digestif.enable = true;
dockerls.enable = true;
efm.enable = true;
Expand Down

0 comments on commit 5fcfb76

Please sign in to comment.