Update dotfiles/.config/tabby/config.yaml, dotfiles/.vscode/settings.json
This commit is contained in:
parent
a3cfb1831a
commit
119add5dc5
2 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ terminal:
|
|||
autoOpen: true
|
||||
scrollbackLines: 100000
|
||||
frontend: xterm-webgl
|
||||
font: FiraCode Nerd Font
|
||||
font: Hack Nerd Font
|
||||
ligatures: true
|
||||
background: colorScheme
|
||||
showTabProfileIcon: true
|
||||
|
|
2
dotfiles/.vscode/settings.json
vendored
2
dotfiles/.vscode/settings.json
vendored
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"codetour.customTourDirectory": ".config/codetour.yml",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.fontFamily": "'FiraCode Nerd Font', Menlo, Monaco, 'Courier New', monospace",
|
||||
"editor.fontFamily": "'Hack Nerd Font', Menlo, Monaco, 'Courier New', monospace",
|
||||
"editor.formatOnPaste": false,
|
||||
"editor.formatOnSave": true,
|
||||
"eslint.alwaysShowStatus": true,
|
||||
|
|
Loading…
Reference in a new issue