mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 07:25:16 -05:00
12 lines
181 B
Nix
12 lines
181 B
Nix
{
|
|
config,
|
|
helpers,
|
|
pkgs,
|
|
...
|
|
}:
|
|
helpers.vim-plugin.mkVimPlugin config {
|
|
name = "surround";
|
|
originalName = "surround.vim";
|
|
defaultPackage = pkgs.vimPlugins.surround;
|
|
}
|