From 7c7ed6a7e06c9579350f0bebd887c227871b9e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Tue, 3 May 2022 18:34:51 -0600 Subject: [PATCH] actualiza settings de codium --- home/codium.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/codium.nix b/home/codium.nix index ca7633c..04506d0 100644 --- a/home/codium.nix +++ b/home/codium.nix @@ -11,4 +11,9 @@ "editor.smoothScrolling" = true; "editor.rulers" = [80 120]; "workbench.iconTheme" = "simple-icons"; + "workbench.editor.untitled.hint" = "hidden"; + "editor.autoClosingDelete" = "never"; + "editor.autoClosingOvertype" = "never"; + "editor.autoClosingBrackets" = "never"; + "editor.autoClosingQuotes" = "never"; }