mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-18 04:58:17 +00:00
Compare commits
2 commits
e63dc282c1
...
26b98908d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
26b98908d9 |
|||
|
|
89fb633f0a |
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ in {
|
||||||
assertions = [
|
assertions = [
|
||||||
{
|
{
|
||||||
assertion = cfg.setupOpts.variant == "qmk" && cfg.setupOpts.comment_preview.position != "inside";
|
assertion = cfg.setupOpts.variant == "qmk" && cfg.setupOpts.comment_preview.position != "inside";
|
||||||
message = "comment_preview.position can only be set to inside when using the qmk layoyt";
|
message = "comment_preview.position can only be set to inside when using the qmk layout";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
assertion = cfg.setupOpts.name != null;
|
assertion = cfg.setupOpts.name != null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue