neovim-flake/modules/plugins/utility/binds/default.nix

7 lines
59 B
Nix

_: {
imports = [
./which-key
./cheatsheet
];
}