Initial commit, copied setup from nixos config
This commit is contained in:
commit
477100a830
6 changed files with 314 additions and 0 deletions
9
config/default.nix
Normal file
9
config/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
# Import all your configuration modules here
|
||||
imports = [ ./lsp.nix ./lsp-format.nix ./which-key.nix ];
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
shiftwidth = 2;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue