15 lines
No EOL
499 B
JSON
15 lines
No EOL
499 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",
|
|
"editor.formatOnSave": true,
|
|
"workbench.colorTheme": "Gruvbox Dark Hard",
|
|
"chat.disableAIFeatures": true,
|
|
"git.autofetch": true,
|
|
} |