nix-community.nixvim/plugins/utils/surround.nix

14 lines
226 B
Nix
Raw Normal View History

{
lib,
helpers,
pkgs,
...
}:
helpers.vim-plugin.mkVimPlugin {
name = "surround";
originalName = "surround.vim";
2024-06-28 17:09:50 +02:00
defaultPackage = pkgs.vimPlugins.vim-surround;
2024-05-05 19:39:35 +02:00
maintainers = [ lib.maintainers.GaetanLepage ];
}