configure astrocore more

This commit is contained in:
Prunebutt 2025-11-21 22:08:37 +01:00
parent dc02604cdf
commit e0dfc1e2d1
6 changed files with 112 additions and 13 deletions

View file

@ -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?
}