12 lines
381 B
JSON
12 lines
381 B
JSON
{
|
|
"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"
|
|
}
|