nixvim/config/default.nix
2025-03-02 17:31:20 +00:00

9 lines
208 B
Nix

{
# Import all your configuration modules here
imports = [ ./lsp.nix ./lsp-format.nix ./which-key.nix ./surround.nix ];
opts = {
number = true;
relativenumber = true;
shiftwidth = 2;
};
}