mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/which-key: fix typo in package option description
This commit is contained in:
parent
6e828d38a3
commit
30bddf7da1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ with lib; {
|
||||||
mkEnableOption
|
mkEnableOption
|
||||||
"which-key.nvim, a plugin that popup with possible key bindings of the command you started typing";
|
"which-key.nvim, a plugin that popup with possible key bindings of the command you started typing";
|
||||||
|
|
||||||
package = helpers.mkPackageOption "whick-key-nvim" pkgs.vimPlugins.which-key-nvim;
|
package = helpers.mkPackageOption "which-key-nvim" pkgs.vimPlugins.which-key-nvim;
|
||||||
|
|
||||||
registrations = mkOption {
|
registrations = mkOption {
|
||||||
type = with types; attrsOf anything;
|
type = with types; attrsOf anything;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue