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

10 lines
152 B
Nix

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