Files
cnix/home/etc/neovim/plugins/comment.nix
2024-08-03 14:49:44 +02:00

11 lines
152 B
Nix

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