update cmd spec

This commit is contained in:
sjcobb 2025-06-05 09:40:56 +01:00
commit 9021e4d021

View file

@ -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";
};