1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-21 16:31:12 +01:00
nixvim/plugins/by-name/vim-surround/default.nix
saygo-png c4b27080a6 treewide: infer packPathName menial work
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-27 23:49:59 +00:00

12 lines
254 B
Nix

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