add example to lsp package

This commit is contained in:
Marlon Rosenberg 2025-03-25 22:28:08 +00:00
parent d92b3f3714
commit 43843da230

View file

@ -68,6 +68,7 @@ in {
package = mkOption {
type = either package (listOf str);
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";
};
};