nvf/modules/plugins/utility/binds/default.nix
Cool-Game-Dev ef9609c207
binds/qmk: init
Create the `vim.binds.qmk` module with `enable` and `setupOpts`.
2025-08-13 20:11:51 -05:00

8 lines
84 B
Nix

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