1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-05 16:41:06 +01:00
nixvim/plugins/by-name/surround/default.nix
2024-09-09 11:50:38 +01:00

12 lines
197 B
Nix

{
lib,
helpers,
...
}:
helpers.vim-plugin.mkVimPlugin {
name = "surround";
originalName = "surround.vim";
package = "vim-surround";
maintainers = [ lib.maintainers.GaetanLepage ];
}