osbm-nvim/config/plugins/comment.nix
2025-06-14 01:45:40 +03:00

6 lines
97 B
Nix

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