dotfiles/home/modules/tui/neovim/plugins/comment.nix
2024-12-04 21:11:13 -06:00

10 lines
No EOL
151 B
Nix

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