mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
helpers/vim-plugin/mkVimPlugin: rename 'description' -> 'originalName'
This commit is contained in:
parent
6dd2eed613
commit
6a8d6fd005
17 changed files with 18 additions and 22 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
helpers.vim-plugin.mkVimPlugin config {
|
||||
name = "committia";
|
||||
description = "committia.vim";
|
||||
originalName = "committia.vim";
|
||||
package = pkgs.vimPlugins.committia-vim;
|
||||
globalPrefix = "committia_";
|
||||
extraPackages = [pkgs.git];
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
helpers.vim-plugin.mkVimPlugin config {
|
||||
name = "fugitive";
|
||||
description = "vim-fugitive";
|
||||
originalName = "vim-fugitive";
|
||||
package = pkgs.vimPlugins.vim-fugitive;
|
||||
extraPackages = [pkgs.git];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue