nixos/home/common/core/nixvim/plugins/surround.nix

4 lines
71 B
Nix

{
programs.nixvim.plugins.surround.enable = true; # vim-surround
}