···115115 "editor.hideCursorInOverviewRuler": true, // hides cursor mark in the overview ruler
116116 "editor.folding": true, // removes the folding feature
117117 "editor.occurrencesHighlight": false, // removes highlights occurrences (still works when you select a word)
118118- "editor.matchBrackets": false, // removes the highlight of matching brackets (I use Subtle Match Brackets extension for this)
118118+ "editor.matchBrackets": "never", // removes the highlight of matching brackets (I use Subtle Match Brackets extension for this)
119119 "editor.glyphMargin": true, // removes the space used mainly for debugging indicators
120120 "explorer.openEditors.visible": 0, // removes the activity bar (the 4 icons at the left of the screen), so now you will have to open the explorer, git, debugger and extension with shortcuts or through the Command Palette
121121 "workbench.editor.showIcons": false, // removes icon from opened files in tabs
···299299 "telemetry.telemetryLevel": "off",
300300 "vscode-neovim.neovimExecutablePaths.darwin": "/opt/homebrew/bin/nvim",
301301 "vscode-neovim.neovimInitVimPaths.darwin": "/Users/sspaeti/.config/nvim/",
302302- "codegpt.apiKey": "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",
302302+ "codegpt.apiKey": "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",
303303 "[python]": {
304304 "editor.defaultFormatter": "ms-python.black-formatter"
305305- }
305305+ },
306306+ "codegpt.model": "ChatGPT"
306307}