nix/home/config/nvim/module/key/Comment.nix

7 lines
102 B
Nix

{ ... }: {
text = ''
remap_normal("<Leader>/", "gcc<cr>")
remap_visual("<Leader>/", "gc")
'';
}