dotfiles/home/modules/tui/neovim/plugins/comment.nix

10 lines
151 B
Nix
Raw Normal View History

2024-12-05 03:11:13 +00:00
{
programs.nixvim.plugins.comment = {
enable = true;
settings = {
opleader.line = "<C-b>";
toggler.line = "<C-b>";
};
};
}