1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-11 19:41:11 +01:00

fix: add missing lib

This commit is contained in:
Alejandro Pinar Ruiz 2025-12-08 16:48:29 +01:00 committed by Gaétan Lepage
parent 463fb0ad5d
commit 05c57f2e74

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";