mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/lsp: add nimls language server
This commit is contained in:
parent
052012d2d9
commit
2c99cefa91
2 changed files with 6 additions and 0 deletions
|
@ -435,6 +435,11 @@ with lib; let
|
||||||
};
|
};
|
||||||
settings = cfg: {nil = {inherit (cfg) formatting diagnostics;};};
|
settings = cfg: {nil = {inherit (cfg) formatting diagnostics;};};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "nimls";
|
||||||
|
description = "nimls for Nim";
|
||||||
|
package = pkgs.nimlsp;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "nixd";
|
name = "nixd";
|
||||||
description = "nixd for Nix";
|
description = "nixd for Nix";
|
||||||
|
|
|
@ -148,6 +148,7 @@
|
||||||
marksman.enable = true;
|
marksman.enable = true;
|
||||||
metals.enable = true;
|
metals.enable = true;
|
||||||
nil_ls.enable = true;
|
nil_ls.enable = true;
|
||||||
|
nimls.enable = true;
|
||||||
nixd.enable = true;
|
nixd.enable = true;
|
||||||
nushell.enable = true;
|
nushell.enable = true;
|
||||||
ocamllsp.enable = true;
|
ocamllsp.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue