1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-13 14:02:46 +01:00
nixvim/plugins/by-name/vim-surround/default.nix
Austin Horstman 092d1a8a9c
plugins/surround: rename to vim-surround
Adding nvim-surround so we need to deprecate the generic name and move
it.
2024-09-18 07:57:18 -05:00

12 lines
201 B
Nix

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