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

10 lines
151 B
Nix
Raw Permalink 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
}