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:
parent
463fb0ad5d
commit
05c57f2e74
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue