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

14 lines
190 B
Nix
Raw Normal View History

{
config,
helpers,
pkgs,
...
}:
helpers.vim-plugin.mkVimPlugin config {
name = "surround";
description = "surround.vim";
package = pkgs.vimPlugins.surround;
2022-01-09 23:11:48 +00:00
options = {};
}