nix-community.nixvim/plugins/by-name/vim-surround/default.nix

13 lines
201 B
Nix
Raw Normal View History

{
lib,
helpers,
...
}:
helpers.vim-plugin.mkVimPlugin {
name = "vim-surround";
packPathName = "surround.vim";
package = "vim-surround";
2024-05-05 19:39:35 +02:00
maintainers = [ lib.maintainers.GaetanLepage ];
}