update
This commit is contained in:
parent
8ee0b1d1e4
commit
f34a740abe
1 changed files with 12 additions and 0 deletions
12
settings.json
Normal file
12
settings.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue