mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
fix: add missing lib
This commit is contained in:
committed by
Gaétan Lepage
parent
463fb0ad5d
commit
05c57f2e74
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user