dotfiles/settings.json
2025-08-29 15:25:05 +02:00

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"
}