From 22e66b22b0e7dcfd033c9afb67153aa5f664d2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Tue, 26 Apr 2022 13:56:27 -0600 Subject: [PATCH] configura codium --- home/codium.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/codium.nix b/home/codium.nix index ca9bf44..2f9d6f2 100644 --- a/home/codium.nix +++ b/home/codium.nix @@ -6,4 +6,7 @@ "workbench.startupEditor" = "none"; "workbench.colorTheme" = "Default High Contrast"; "editor.mouseWheelZoom" = true; + "editor.cursorSmoothCaretAnimation" = true; + "workbench.list.smoothScrolling" = true; + "editor.smoothScrolling" = true; }