9 lines
208 B
Nix
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;
|
|
};
|
|
}
|