mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-13 00:45:32 +00:00
add example to lsp package
This commit is contained in:
parent
05da6e3318
commit
8b1e6080f6
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ in {
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
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.fsautocomplete "--state-directory" "~/.cache/fsautocomplete"]'';
|
||||||
description = "F# LSP server package, or the command to run as a list of strings";
|
description = "F# LSP server package, or the command to run as a list of strings";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue