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