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

6 lines
60 B
Nix

{
imports = [
./which-key.nix
./config.nix
];
}