mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/surround: rename to vim-surround
Adding nvim-surround so we need to deprecate the generic name and move it.
This commit is contained in:
parent
061d47f7c5
commit
092d1a8a9c
4 changed files with 31 additions and 13 deletions
12
plugins/by-name/vim-surround/default.nix
Normal file
12
plugins/by-name/vim-surround/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
...
|
||||
}:
|
||||
helpers.vim-plugin.mkVimPlugin {
|
||||
name = "vim-surround";
|
||||
originalName = "surround.vim";
|
||||
package = "vim-surround";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue