1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-14 06:22:47 +01:00
nixvim/plugins/by-name/vim-surround/default.nix

13 lines
287 B
Nix

{
lib,
helpers,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "vim-surround";
packPathName = "surround.vim";
package = "vim-surround";
description = "Delete/change/add parentheses/quotes/XML-tags/much more with ease.";
maintainers = [ lib.maintainers.GaetanLepage ];
}