mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +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
|
@ -14,7 +14,7 @@ in
|
|||
useDefaultPackage ? true,
|
||||
...
|
||||
}:
|
||||
mkPlugin {inherit lib config pkgs;} {
|
||||
mkVimPlugin {inherit lib config pkgs;} {
|
||||
inherit name;
|
||||
extraPlugins = extraPlugins ++ (lists.optional useDefaultPackage pkgs.vimPlugins.${name});
|
||||
description = "Enable ${name}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue