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