nixvim-config/config/plugins/editor/surround.nix
2025-06-22 12:50:12 +08:00

5 lines
61 B
Nix

{...}:{
plugins.vim-surround = {
enable = true;
};
}