neovim/init: merge conditionals in options set
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled

This commit is contained in:
raf 2025-01-07 06:12:13 +03:00
commit 356f92053c
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
2 changed files with 49 additions and 47 deletions

View file

@ -235,7 +235,8 @@ in {
if isBool x
then toVimBool x # convert to a yes/no str
else x;
description = "Show the sign column"
description = "Show the sign column";
};
tabstop = mkOption {
type = int;