From 87862f5291f2ff5a90d8643c0ae920eca17f668b Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 29 May 2024 13:36:53 +0100 Subject: [PATCH] [tohru] Enable Git autofetch in IDE --- hosts/tohru/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/tohru/home.nix b/hosts/tohru/home.nix index 33a4f8e..843aca2 100644 --- a/hosts/tohru/home.nix +++ b/hosts/tohru/home.nix @@ -42,6 +42,7 @@ robbowen.synthwave-vscode ]); userSettings = { + "git.autofetch" = true; "nix.enableLanguageServer" = true; "nix.serverPath" = "nil"; "workbench.colorTheme" = "SynthWave '84";