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

8 lines
74 B
Nix
Raw Normal View History

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