osbm-nvim/plugins/comment.nix
2025-03-21 22:49:26 +03:00

6 lines
97 B
Nix

{
plugins.comment.settings = {
toggler.line = "<C-_>";
opleader.line = "<C-_>";
};
}