mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-03 11:31:52 +00:00
add example to lsp package
This commit is contained in:
parent
d92b3f3714
commit
43843da230
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
Reference in a new issue