mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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;};};
|
||||
}
|
||||
{
|
||||
name = "nimls";
|
||||
description = "nimls for Nim";
|
||||
package = pkgs.nimlsp;
|
||||
}
|
||||
{
|
||||
name = "nixd";
|
||||
description = "nixd for Nix";
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
marksman.enable = true;
|
||||
metals.enable = true;
|
||||
nil_ls.enable = true;
|
||||
nimls.enable = true;
|
||||
nixd.enable = true;
|
||||
nushell.enable = true;
|
||||
ocamllsp.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue