nichts/modules/programs/editors/nvf/plugins/settings/binds.nix

8 lines
136 B
Nix

_: {
programs.neovim-flake.settings.vim = {
binds = {
whichKey.enable = true;
cheatsheet.enable = true;
};
};
}