9 lines
134 B
Nix
9 lines
134 B
Nix
![]() |
{
|
||
|
programs.neovim-flake.settings.vim = {
|
||
|
binds = {
|
||
|
whichKey.enable = true;
|
||
|
cheatsheet.enable = false;
|
||
|
};
|
||
|
};
|
||
|
}
|