1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests/test-sources/modules/keymaps.nix
2023-03-22 07:42:02 +01:00

5 lines
71 B
Nix

{
example = {
maps.normal."," = "<cmd>echo \"test\"<cr>";
};
}