binds/qmk: Rename to vim.utility.qmk

Move the `vim.binds.qmk` module to `vim.utility.qmk`.
This commit is contained in:
Cool-Game-Dev 2025-08-14 08:52:25 -05:00
commit ea55488f04
No known key found for this signature in database
7 changed files with 5 additions and 6 deletions

View file

@ -0,0 +1,6 @@
{
imports = [
./config.nix
./qmk.nix
];
}