diff --git a/modules/home/vscodium/default.nix b/modules/home/vscodium/default.nix index 5239196..33a6dbd 100644 --- a/modules/home/vscodium/default.nix +++ b/modules/home/vscodium/default.nix @@ -32,6 +32,8 @@ "editor.minimap.enabled" = false; "workbench.startupEditor" = "none"; + "editor.formatOnType" = true; + "workbench.layoutControl.type" = "menu"; "workbench.editor.limit.enabled" = true; "workbench.editor.limit.value" = 5;