basic structure, colorschemes and astrocore
This commit is contained in:
commit
dc02604cdf
10 changed files with 390 additions and 0 deletions
23
default.nix
Normal file
23
default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
_:
|
||||
{
|
||||
imports = [
|
||||
./plugins
|
||||
./config
|
||||
];
|
||||
|
||||
config = {
|
||||
globals.mapleader = " ";
|
||||
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
clipboard = {
|
||||
providers = {
|
||||
xsel.enable = true;
|
||||
wl-copy.enable = true;
|
||||
};
|
||||
|
||||
register = "unnamedplus";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue