utility/qmk-nvim: improve assertion readability

This commit is contained in:
Poseidon 2025-08-17 17:34:04 -05:00
commit f7e964249f
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ in {
assertions = [ assertions = [
{ {
assertion = cfg.setupOpts.variant != "zmk" && 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 layoyt";
} }
{ {