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

11 lines
152 B
Nix
Raw Normal View History

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