nix-config/modules2/nixvim/leader.nix

7 lines
98 B
Nix
Raw Normal View History

2025-07-26 02:35:57 +01:00
{
flake.modules.nixvim.custom.globals = {
mapleader = " ";
maplocalleader = " ";
};
}