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

7 lines
59 B
Nix
Raw Normal View History

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