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

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

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;
maintainers = [ lib.maintainers.GaetanLepage ];
}