more vscopium

Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
Alex Stan 2023-09-08 13:48:03 +03:00
parent 1e0542ccef
commit 1d099fae81

View file

@ -236,10 +236,17 @@ in {
editor = { editor = {
fontLigatures = true; fontLigatures = true;
fontFamily = "JetBrainsMono Nerd Font"; fontFamily = "JetBrainsMono Nerd Font";
cursorBlinking = "smooth";
cursorSmoothCaretAnimation = "on";
tabSize = 2;
accessibilitySupport = "off";
}; };
workbench = { workbench = {
colorTheme = "Tokyo Night"; colorTheme = "Tokyo Night";
}; };
files = {
autoSave = "on";
};
}; };
}; };