mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +02:00
helpers/vim-plugin/mkVimPlugin: refactor
This commit is contained in:
parent
66c069c48d
commit
3c174e874c
20 changed files with 739 additions and 744 deletions
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
helpers,
|
||||
pkgs,
|
||||
...
|
||||
} @ args:
|
||||
}:
|
||||
with lib;
|
||||
with (import ../helpers.nix {inherit lib;}).vim-plugin;
|
||||
mkVimPlugin args {
|
||||
with helpers.vim-plugin;
|
||||
mkVimPlugin config {
|
||||
name = "instant";
|
||||
description = "instant.nvim";
|
||||
package = pkgs.vimPlugins.instant-nvim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue