8 lines
134 B
Nix
8 lines
134 B
Nix
{
|
|
programs.neovim-flake.settings.vim = {
|
|
binds = {
|
|
whichKey.enable = true;
|
|
cheatsheet.enable = false;
|
|
};
|
|
};
|
|
}
|