Created
November 27, 2021 11:09
-
-
Save bgalvao/e365b12508c8b215a9759eb2be549d8f to your computer and use it in GitHub Desktop.
hella fine vscode preferences π
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Mayukai Mirage Gruvbox Darktooth", | |
"gitlens.hovers.currentLine.over": "line", | |
"gitlens.codeLens.enabled": false, | |
"files.associations": { | |
"*.nomad": "terraform", | |
"*.hcl": "terraform" | |
}, | |
"editor.fontFamily": "'Iosevka', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontWeight": "bold", | |
"editor.fontLigatures": true, | |
"window.zoomLevel": 1, | |
"editor.fontSize": 16, | |
"terminal.integrated.fontFamily": "'FuraCode Nerd Font Mono'", | |
"terminal.integrated.fontWeightBold": "bold", | |
"window.menuBarVisibility": "toggle" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment