mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 04:14: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
|
@ -6,8 +6,6 @@
|
|||
}:
|
||||
helpers.vim-plugin.mkVimPlugin config {
|
||||
name = "surround";
|
||||
description = "surround.vim";
|
||||
originalName = "surround.vim";
|
||||
package = pkgs.vimPlugins.surround;
|
||||
|
||||
options = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue