1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-10 20:46:06 +01:00
nixvim/tests/test-sources/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

5 lines
61 B
Nix

{
empty = {
plugins.vim-surround.enable = true;
};
}