nixvim/config/default.nix
2025-03-02 23:41:04 +00:00

10 lines
195 B
Nix

{
# Import all your configuration modules here
imports = [ ./mini.nix ];
opts = {
number = true;
relativenumber = true;
shiftwidth = 2;
};
globals = { mapleader = " "; };
}