osbm-nvim/plugins/comment.nix
2025-03-21 16:37:47 +03:00

7 lines
87 B
Nix

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