6 lines
98 B
Nix
6 lines
98 B
Nix
{
|
|
flake.modules.nixvim.custom.globals = {
|
|
mapleader = " ";
|
|
maplocalleader = " ";
|
|
};
|
|
}
|