nix-community.nixvim/plugins/by-name/vim-surround/default.nix
2025-06-18 02:42:47 +03:00

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 ];
}