Files
DCGOS/home/nixvim/plugins/util/nvim-surround.nix
2025-09-21 15:54:31 +08:00

6 lines
56 B
Nix

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