nichts/modules/programs/editors/nvf/plugins/settings/binds.nix
2024-09-01 21:26:40 +02:00

8 lines
137 B
Nix

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