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