mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 04:44:31 +02:00
lib/options: rename mkPackageOption to mkPluginPackageOption
This commit is contained in:
parent
40598fc1bd
commit
26367692da
110 changed files with 111 additions and 111 deletions
|
@ -13,7 +13,7 @@ in
|
|||
options.plugins.better-escape = helpers.neovim-plugin.extraOptionsOptions // {
|
||||
enable = mkEnableOption "better-escape.nvim";
|
||||
|
||||
package = helpers.mkPackageOption "better-escape.nvim" pkgs.vimPlugins.better-escape-nvim;
|
||||
package = helpers.mkPluginPackageOption "better-escape.nvim" pkgs.vimPlugins.better-escape-nvim;
|
||||
|
||||
mapping = helpers.mkNullOrOption (with types; listOf str) ''
|
||||
List of mappings to use to enter escape mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue