sutff
This commit is contained in:
parent
be1f43a101
commit
cde1d476aa
15 changed files with 435 additions and 217 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue