mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-19 03:02:17 +00:00
10 lines
152 B
Nix
10 lines
152 B
Nix
{
|
|
programs.nixvim.plugins.comment = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
opleader.line = "<C-_>";
|
|
toggler.line = "<C-_>";
|
|
};
|
|
};
|
|
}
|