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"; }