dotfiles/home/modules/tui/neovim/plugins/comment.nix
2024-12-19 19:30:06 -06:00

9 lines
151 B
Nix

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