home: vscode: use relative line number

This commit is contained in:
Guanran Wang 2024-01-04 05:01:55 +08:00
parent 53a4b94464
commit b997b1149e
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -30,6 +30,7 @@
editor.cursorSmoothCaretAnimation = "on"; editor.cursorSmoothCaretAnimation = "on";
editor.fontFamily = lib.mkDefault "Monospace"; editor.fontFamily = lib.mkDefault "Monospace";
editor.fontWeight = 600; editor.fontWeight = 600;
editor.lineNumbers = "relative";
editor.smoothScrolling = true; editor.smoothScrolling = true;
editor.tabSize = 2; editor.tabSize = 2;
explorer.confirmDragAndDrop = false; explorer.confirmDragAndDrop = false;