nix-community.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;
};
}