1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-20 09:19:41 +01:00
nixvim/plugins/by-name/vim-surround/default.nix

12 lines
204 B
Nix

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