nixvim/config/surround.nix
2025-03-02 17:31:20 +00:00

1 line
55 B
Nix

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