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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
287 B
Nix
Raw Normal View History

{
lib,
helpers,
...
}:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
name = "vim-surround";
packPathName = "surround.vim";
package = "vim-surround";
2025-06-18 02:42:47 +03:00
description = "Delete/change/add parentheses/quotes/XML-tags/much more with ease.";
maintainers = [ lib.maintainers.GaetanLepage ];
}