feat(nixvim): add keymaps

This commit is contained in:
lightly-toasted 2025-08-03 21:26:34 +09:00
parent 39fd29e8e5
commit 0185d2e28f
2 changed files with 83 additions and 0 deletions

View file

@ -14,6 +14,7 @@
};
imports = [
./keymaps.nix
./plugins/bufferline.nix
./plugins/lualine.nix
./plugins/cmp.nix