2023-02-20 11:42:13 +01:00
|
|
|
{
|
2024-03-04 09:35:28 +01:00
|
|
|
lib,
|
2024-02-09 14:21:22 +01:00
|
|
|
helpers,
|
2023-02-20 11:42:13 +01:00
|
|
|
...
|
2024-02-09 14:21:22 +01:00
|
|
|
}:
|
2024-12-22 09:58:27 +00:00
|
|
|
lib.nixvim.plugins.mkVimPlugin {
|
2024-09-17 22:46:00 -05:00
|
|
|
name = "vim-surround";
|
2024-12-13 08:27:14 -06:00
|
|
|
packPathName = "surround.vim";
|
2024-09-02 14:05:11 +01:00
|
|
|
package = "vim-surround";
|
2025-06-18 02:42:47 +03:00
|
|
|
description = "Delete/change/add parentheses/quotes/XML-tags/much more with ease.";
|
2024-03-04 09:35:28 +01:00
|
|
|
|
|
|
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
2024-02-09 14:21:22 +01:00
|
|
|
}
|