fix: add missing lib

This commit is contained in:
Alejandro Pinar Ruiz
2025-12-08 16:18:17 +00:00
committed by Gaétan Lepage
parent 463fb0ad5d
commit 05c57f2e74
+1 -1
View File
@@ -15,7 +15,7 @@ lib.nixvim.plugins.mkVimPlugin {
nullOr (
either str (submodule {
options = {
key = mkOption {
key = lib.mkOption {
type = str;
description = "The key to map.";
example = "<leader>gi";