zed: restore last workspace on startup
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-17 21:17:21 -04:00
parent d2f5b99608
commit d6e93835e5

View file

@ -377,6 +377,7 @@ in {
}; };
preferred_line_length = 80; preferred_line_length = 80;
restore_on_startup = "last_workspace";
show_wrap_guides = true; show_wrap_guides = true;
soft_wrap = "preferred_line_length"; soft_wrap = "preferred_line_length";