vscode: enable terminal ligatures
This commit is contained in:
parent
b493a9eb53
commit
d7b911d925
1 changed files with 2 additions and 4 deletions
|
|
@ -1,17 +1,15 @@
|
|||
{
|
||||
"update.mode": "none",
|
||||
"extensions.autoCheckUpdates": false,
|
||||
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.productIconTheme": "material-product-icons",
|
||||
"editor.fontLigatures": true,
|
||||
"terminal.integrated.fontLigatures": true,
|
||||
|
||||
"workbench.sideBar.location": "right",
|
||||
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
|
||||
"editor.formatOnSave": true,
|
||||
|
||||
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
||||
|
||||
"nix.enableLanguageServer": true,
|
||||
"nix.serverPath": "nixd",
|
||||
"nix.serverSettings": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue