mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
vscode: enable ligatures
This commit is contained in:
parent
9e033a4bba
commit
6a49c6e211
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@
|
||||||
"editor.acceptSuggestionOnEnter" = "off";
|
"editor.acceptSuggestionOnEnter" = "off";
|
||||||
"editor.detectIndentation" = false;
|
"editor.detectIndentation" = false;
|
||||||
"editor.fontFamily" = "'Berkeley Mono', 'Droid Sans Mono', 'monospace', monospace";
|
"editor.fontFamily" = "'Berkeley Mono', 'Droid Sans Mono', 'monospace', monospace";
|
||||||
|
"editor.fontLigatures" = true;
|
||||||
"editor.inlineSuggest.enabled" = true;
|
"editor.inlineSuggest.enabled" = true;
|
||||||
"editor.lineNumbers" = "relative";
|
"editor.lineNumbers" = "relative";
|
||||||
"editor.renderControlCharacters" = true;
|
"editor.renderControlCharacters" = true;
|
||||||
|
|
Loading…
Reference in a new issue