Skip to content

Commit

Permalink
feat(vscode): increase font size for editor view
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Dec 19, 2024
1 parent 71b788b commit 716f2f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home-manager/features/vscode/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ in
"editor.accessibilitySupport" = "off";
"editor.bracketPairColorization.enabled" = true;
"editor.cursorSmoothCaretAnimation" = "on";
"editor.fontFamily" = "'Iosevka Nerd Font Mono' 'FiraCode Nerd Font', Menlo, Monaco, 'Courier New', monospace";
"editor.fontSize" = 13;
"editor.fontFamily" =
"'Iosevka Nerd Font Mono' 'FiraCode Nerd Font', Menlo, Monaco, 'Courier New', monospace";
"editor.fontSize" = 14;
"editor.fontLigatures" = true;
"editor.formatOnPaste" = true;
"editor.formatOnSave" = true;
Expand Down

0 comments on commit 716f2f8

Please sign in to comment.