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

8 lines
108 B
Nix

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