nvim.nix/config/keymaps.nix

7 lines
42 B
Nix
Raw Normal View History

2024-08-04 21:19:37 +08:00
{ ... }:
{
globals.mapleader = " ";
}