mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
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:
parent
01aa3d469e
commit
80c03843e7
2 changed files with 7 additions and 0 deletions
|
@ -302,6 +302,12 @@ let
|
|||
description = "nginx-language-server for `nginx.conf`";
|
||||
serverName = "nginx_language_server";
|
||||
}
|
||||
{
|
||||
name = "nickel-ls";
|
||||
description = "nls for Nickel";
|
||||
package = pkgs.nls;
|
||||
serverName = "nickel_ls";
|
||||
}
|
||||
{
|
||||
name = "nil-ls";
|
||||
description = "nil for Nix";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue