mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 12:42:18 +00:00
9 lines
151 B
Nix
9 lines
151 B
Nix
{
|
|
programs.nixvim.plugins.comment = {
|
|
enable = true;
|
|
settings = {
|
|
opleader.line = "<C-_>";
|
|
toggler.line = "<C-_>";
|
|
};
|
|
};
|
|
}
|