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 463fb0a commit 05c57f2Copy full SHA for 05c57f2
plugins/by-name/gitignore/default.nix
@@ -15,7 +15,7 @@ lib.nixvim.plugins.mkVimPlugin {
15
nullOr (
16
either str (submodule {
17
options = {
18
- key = mkOption {
+ key = lib.mkOption {
19
type = str;
20
description = "The key to map.";
21
example = "<leader>gi";
0 commit comments