plugins/which-key: fix typo in package option description

This commit is contained in:
Gaetan Lepage 2024-04-07 15:51:31 +02:00 committed by Gaétan Lepage
parent 6e828d38a3
commit 30bddf7da1

View file

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