home: vscode: use relative line number
This commit is contained in:
parent
53a4b94464
commit
b997b1149e
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
editor.cursorSmoothCaretAnimation = "on";
|
||||
editor.fontFamily = lib.mkDefault "Monospace";
|
||||
editor.fontWeight = 600;
|
||||
editor.lineNumbers = "relative";
|
||||
editor.smoothScrolling = true;
|
||||
editor.tabSize = 2;
|
||||
explorer.confirmDragAndDrop = false;
|
||||
|
|
Loading…
Reference in a new issue