nix/nixvim/config/options.nix

7 lines
67 B
Nix

{
opts = {
number = true;
};
globals.mapleader = " ";
}