We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1f730 commit 74e5dc4Copy full SHA for 74e5dc4
plugins/languages/qmk.nix
@@ -16,6 +16,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
16
settingsOptions = {
17
name = mkOption {
18
type = types.str;
19
+ default = "";
20
example = "LAYOUT_preonic_grid";
21
description = ''
22
The name of your layout, for example `LAYOUT_preonic_grid` for the preonic keyboard, for
@@ -25,6 +26,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
25
26
27
layout = mkOption {
28
type = with types; listOf str;
29
+ default = [ ];
30
example = [
31
"x x"
32
"x^x"
0 commit comments