mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lsp/nextls: init
This commit is contained in:
parent
040bab5f55
commit
2415edc0cb
2 changed files with 10 additions and 0 deletions
|
@ -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`";
|
||||
|
|
|
@ -154,6 +154,7 @@
|
|||
lua-ls.enable = true;
|
||||
marksman.enable = true;
|
||||
metals.enable = true;
|
||||
nextls.enable = true;
|
||||
nginx-language-server.enable = true;
|
||||
nickel-ls.enable = true;
|
||||
nil-ls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue