plugins/lsp/nextls: init

This commit is contained in:
Thomas Stachl 2024-07-29 07:24:39 +02:00
parent 040bab5f55
commit 2415edc0cb
No known key found for this signature in database
GPG key ID: ED5EAAA8E895B23A
2 changed files with 10 additions and 0 deletions

View file

@ -310,6 +310,15 @@ let
name = "metals";
description = "metals for Scala";
}
{
name = "nextls";
description = "The language server for Elixir that just works.";
package = pkgs.next-ls;
cmd = cfg: [
"nextls"
"--stdio"
];
}
{
name = "nginx-language-server";
description = "nginx-language-server for `nginx.conf`";