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,
|
||||
"keyboard.dispatch": "keyCode",
|
||||
"editor.fontFamily": "FiraCode Nerd Font",
|
||||
"extensions.experimental.affinity": {
|
||||
"asvetliakov.vscode-neovim": 1
|
||||
},
|
||||
"editor.inlayHints.enabled": "offUnlessPressed",
|
||||
"window.confirmBeforeClose": "always",
|
||||
"workbench.iconTheme": "simple-icons",
|
||||
"workbench.colorTheme": "Gruvbox Dark Hard"
|
||||
}
|
||||
"chat.commandCenter.enabled": false,
|
||||
"keyboard.dispatch": "keyCode",
|
||||
"editor.fontFamily": "FiraCode Nerd Font",
|
||||
"extensions.experimental.affinity": {
|
||||
"asvetliakov.vscode-neovim": 1
|
||||
},
|
||||
"editor.inlayHints.enabled": "offUnlessPressed",
|
||||
"window.confirmBeforeClose": "always",
|
||||
"workbench.iconTheme": "simple-icons",
|
||||
"editor.formatOnSave": true,
|
||||
"workbench.colorTheme": "Kanagawa Wave"
|
||||
}
|
||||
Loading…
Reference in a new issue