mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
plugins/lsp: add nushell language server
This commit is contained in:
parent
65689c5dd8
commit
7d6c62833b
2 changed files with 6 additions and 0 deletions
|
@ -413,6 +413,11 @@ with lib; let
|
|||
package = pkgs.nixd;
|
||||
settings = cfg: {nixd = cfg;};
|
||||
}
|
||||
{
|
||||
name = "nushell";
|
||||
description = "Enable nushell language server";
|
||||
cmd = cfg: ["${cfg.package}/bin/nu" "--lsp"];
|
||||
}
|
||||
{
|
||||
name = "ols";
|
||||
description = "Enable ols, for the odin programming language";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue