nix-community.nixvim/plugins/by-name/vim-surround/default.nix
Austin Horstman 092d1a8a9c
plugins/surround: rename to vim-surround
Adding nvim-surround so we need to deprecate the generic name and move
it.
2024-09-18 07:57:18 -05:00

12 lines
201 B
Nix

{
lib,
helpers,
...
}:
helpers.vim-plugin.mkVimPlugin {
name = "vim-surround";
originalName = "surround.vim";
package = "vim-surround";
maintainers = [ lib.maintainers.GaetanLepage ];
}