Skip to content

Instantly share code, notes, and snippets.

@j1cs
Created March 14, 2025 19:09
Show Gist options
  • Save j1cs/bcbb0848199e58785e9f6f0b5dd39001 to your computer and use it in GitHub Desktop.
Save j1cs/bcbb0848199e58785e9f6f0b5dd39001 to your computer and use it in GitHub Desktop.
Cursor own config
{
"window.commandCenter": 1,
"makefile.configureOnOpen": false,
"git.confirmSync": false,
"window.zoomLevel": 0,
"workbench.editor.enablePreview": false,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/.history": true,
"**/.pyc": true,
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"search.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/bower_components": true,
"**/tmp": true,
"**/.history": true,
"**/cache": true
},
"workbench.colorTheme": "Plastic",
"workbench.iconTheme": "material-icon-theme",
"window.menuBarVisibility": "toggle",
"window.titleBarStyle": "custom",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"go.formatTool": "gofmt",
"editor.fontLigatures": true,
"explorer.decorations.badges": false,
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"go.toolsManagement.autoUpdate": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment