plugins/lsp: add nickel-ls

Add `nls`, the official language server for the Nickel language.

https://github.com/tweag/nickel/
This commit is contained in:
Théophane Hufschmitt 2024-06-13 16:48:19 +02:00
parent 01aa3d469e
commit 80c03843e7
2 changed files with 7 additions and 0 deletions

View file

@ -153,6 +153,7 @@
marksman.enable = true;
metals.enable = true;
nginx-language-server.enable = true;
nickel-ls.enable = true;
nil-ls.enable = true;
nimls.enable = true;
nixd.enable = true;