From a1dd96a68bab04bfc6b5af4e277372033cdf1c7c Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 1 Mar 2025 10:11:34 -0500 Subject: [PATCH] vscode: add spell cheker and some settings --- home/codium.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/codium.nix b/home/codium.nix index 9d9b479..792f880 100644 --- a/home/codium.nix +++ b/home/codium.nix @@ -19,6 +19,7 @@ fwcd.kotlin alefragnani.bookmarks tomrijndorp.find-it-faster + streetsidesoftware.code-spell-checker ]; userSettings = { "workbench.colorTheme" = "GitHub Dark Default"; @@ -120,6 +121,10 @@ "security.promptForLocalFileProtocolHandling" = false; "security.promptForRemoteFileProtocolHandling" = false; + "markdown-preview-enhanced.previewTheme" = "github-dark.css"; + "editor.minimap.enabled" = false; + "explorer.confirmDelete" = false; + "explorer.confirmDragAndDrop" = false; }; }; };