astronixvim/config/core.nix

18 lines
284 B
Nix
Raw Permalink Normal View History

2025-11-21 22:08:37 +01:00
{pkgs,...}@args: {
enablePrintInit = true;
2025-11-21 22:08:37 +01:00
# extraPackages = with pkgs; [
# ];
opts = {
relativenumber = true;
number = true;
spell = false;
signcolumn = "yes";
wrap = false;
};
withNodeJs = args.withNojeJs or true;
# TODO: autocmnds necessary?
}