update
This commit is contained in:
parent
f34a740abe
commit
f14ec35778
1 changed files with 12 additions and 11 deletions
|
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
"chat.commandCenter.enabled": false,
|
"chat.commandCenter.enabled": false,
|
||||||
"keyboard.dispatch": "keyCode",
|
"keyboard.dispatch": "keyCode",
|
||||||
"editor.fontFamily": "FiraCode Nerd Font",
|
"editor.fontFamily": "FiraCode Nerd Font",
|
||||||
"extensions.experimental.affinity": {
|
"extensions.experimental.affinity": {
|
||||||
"asvetliakov.vscode-neovim": 1
|
"asvetliakov.vscode-neovim": 1
|
||||||
},
|
},
|
||||||
"editor.inlayHints.enabled": "offUnlessPressed",
|
"editor.inlayHints.enabled": "offUnlessPressed",
|
||||||
"window.confirmBeforeClose": "always",
|
"window.confirmBeforeClose": "always",
|
||||||
"workbench.iconTheme": "simple-icons",
|
"workbench.iconTheme": "simple-icons",
|
||||||
"workbench.colorTheme": "Gruvbox Dark Hard"
|
"editor.formatOnSave": true,
|
||||||
}
|
"workbench.colorTheme": "Kanagawa Wave"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue