mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 08:44:32 +02:00
helpers/vim-plugin: mkPlugin -> mkVimPlugin
This commit is contained in:
parent
8f90372ee5
commit
a68ee73947
21 changed files with 21 additions and 21 deletions
|
@ -5,7 +5,7 @@
|
|||
} @ args:
|
||||
with lib;
|
||||
with (import ../helpers.nix {inherit lib;}).vim-plugin;
|
||||
mkPlugin args {
|
||||
mkVimPlugin args {
|
||||
name = "undotree";
|
||||
package = pkgs.vimPlugins.undotree;
|
||||
globalPrefix = "undotree_";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue