mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 01:21:02 +00:00
modules/plugins/languages/nu.nix: applying suggested change for option ordering
Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
cfa2c36296
commit
959495c77e
1 changed files with 2 additions and 2 deletions
|
|
@ -71,10 +71,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
description = "Nu LSP server package, or the command to run as a list of strings";
|
|
||||||
example = ''[(lib.getExe pkgs.nushell) "--lsp"]'';
|
|
||||||
type = either package (listOf str);
|
type = either package (listOf str);
|
||||||
default = servers.${cfg.lsp.server}.package;
|
default = servers.${cfg.lsp.server}.package;
|
||||||
|
example = ''[(lib.getExe pkgs.nushell) "--lsp"]'';
|
||||||
|
description = "Nu LSP server package, or the command to run as a list of strings";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue