mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +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
|
@ -7,7 +7,7 @@
|
|||
in
|
||||
with helpers.vim-plugin;
|
||||
with lib;
|
||||
mkPlugin attrs {
|
||||
mkVimPlugin attrs {
|
||||
name = "fugitive";
|
||||
description = "Enable vim-fugitive";
|
||||
package = pkgs.vimPlugins.vim-fugitive;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue