configure astrocore more
This commit is contained in:
parent
dc02604cdf
commit
e0dfc1e2d1
6 changed files with 112 additions and 13 deletions
|
|
@ -1,3 +1,17 @@
|
|||
{
|
||||
{pkgs,...}@args: {
|
||||
enablePrintInit = true;
|
||||
|
||||
# extraPackages = with pkgs; [
|
||||
# ];
|
||||
opts = {
|
||||
relativenumber = true;
|
||||
number = true;
|
||||
spell = false;
|
||||
signcolumn = "yes";
|
||||
wrap = false;
|
||||
};
|
||||
|
||||
withNodeJs = args.withNojeJs or true;
|
||||
|
||||
# TODO: autocmnds necessary?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue