mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 04:44:31 +02:00
plugins/lsp: add dhall-lsp-server (#860)
* 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 <33058747+GaetanLepage@users.noreply.github.com> * Update tests/test-sources/plugins/lsp/_lsp.nix Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com> * Update plugins/lsp/language-servers/default.nix Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com> --------- Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
parent
9738dae3ea
commit
5fcfb763cd
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue