Files
cnix/home/extra/neovim/plugins/comment.nix
2024-07-14 19:22:54 +02:00

11 lines
152 B
Nix

{
programs.nixvim.plugins.comment = {
enable = true;
settings = {
opleader.line = "<C-b>";
toggler.line = "<C-b>";
};
};
}