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

12 lines
174 B
Nix
Raw Normal View History

{
config,
helpers,
pkgs,
...
}:
helpers.vim-plugin.mkVimPlugin config {
name = "surround";
originalName = "surround.vim";
package = pkgs.vimPlugins.surround;
}