Skip to content

Commit 05c57f2

Browse files
pinarruizGaetanLepage
authored andcommitted
fix: add missing lib
1 parent 463fb0a commit 05c57f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/gitignore/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lib.nixvim.plugins.mkVimPlugin {
1515
nullOr (
1616
either str (submodule {
1717
options = {
18-
key = mkOption {
18+
key = lib.mkOption {
1919
type = str;
2020
description = "The key to map.";
2121
example = "<leader>gi";

0 commit comments

Comments
 (0)