flake/nixos/nvim/plugins/surround.nix
2025-02-06 23:23:02 -06:00

9 lines
110 B
Nix

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