mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
Use lspconfig name
This commit is contained in:
parent
c0a79d9da6
commit
e0926bc41b
2 changed files with 3 additions and 4 deletions
|
@ -516,9 +516,8 @@ with lib; let
|
|||
package = pkgs.swiProlog;
|
||||
}
|
||||
{
|
||||
name = "purescript-language-server";
|
||||
description = "purescript-language-server for PureScript";
|
||||
serverName = "purescriptls";
|
||||
name = "purescriptls";
|
||||
description = "purescriptls for PureScript";
|
||||
package = pkgs.nodePackages.purescript-language-server;
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue