mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 11:30:06 +02:00
5 lines
71 B
Nix
5 lines
71 B
Nix
{
|
|
example = {
|
|
maps.normal."," = "<cmd>echo \"test\"<cr>";
|
|
};
|
|
}
|