mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
update cmd spec
This commit is contained in:
parent
1381962326
commit
9021e4d021
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ in {
|
|||
};
|
||||
|
||||
cmd = mkOption {
|
||||
type = nullOr (listOf (oneOf [str luaInline]));
|
||||
type = nullOr (either luaInline (listOf str));
|
||||
default = null;
|
||||
description = "Command used to start the LSP server";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue