This commit is contained in:
Tao Tien 2025-02-20 14:55:55 -08:00
parent be1f43a101
commit cde1d476aa
15 changed files with 435 additions and 217 deletions

View file

@ -7,6 +7,11 @@
settings = {
theme = "gruvbox_dark_hard";
editor = {
auto-save = {
focus-lost = true;
after-delay.enable = true;
after-delay.timeout = 1000;
};
shell = ["nu" "--stdin" "-c"];
# rainbow-brackets = true;
line-number = "relative";