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

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

15 lines
239 B
Nix
Raw Normal View History

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