nix-config/modules2/nixvim/leader.nix

6 lines
98 B
Nix

{
flake.modules.nixvim.custom.globals = {
mapleader = " ";
maplocalleader = " ";
};
}