aboutsummaryrefslogblamecommitdiffstats
path: root/cursor_settings.json
blob: 7ad3a68f7f8060da6804a8b8bee00fb5833eec01 (plain) (tree)














































                                                                                                                                                                      
{
    "[python]": {
        "editor.formatOnType": true
    },
    "gopls": {
        "ui.semanticTokens": true
    },
    "workbench.list.defaultFindMode": "filter",
    "editor.inlineSuggest.enabled": true,
    "workbench.startupEditor": "none",
    "editor.fontFamily": "Hack Nerd Font,Consolas,monaco,Nerd Font Mono, Iosevka Term, Classic Console Neue,monospace,Iosevka Regular,Hack Nerd Font,ComicShannsMono",
    "ledger.binary": "/usr/bin/ledger",
    "testing.automaticallyOpenPeekView": "never",
    "terminal.integrated.cursorStyle": "line",
    "terminal.integrated.fontSize": 14,
    "terminal.integrated.sendKeybindingsToShell": true,
    "terminal.integrated.commandsToSkipShell": [
        "workbench.action.navigateUp"
    ],
    "projectManager.git.baseFolders": [
        "~/code",
        "~/Budget"
    ],
    "workbench.colorCustomizations": {
        "editorIndentGuide.activeBackground1": "#ff9900",
        "editorIndentGuide.background1": "#008cff",
        "tree.indentGuidesStroke": "#ff9900",
        "tree.inactiveIndentGuidesStroke": "#008cff"
    },
    "editor.fontWeight": "normal",
    "terminal.external.linuxExec": "urxvt",
    "git.confirmNoVerifyCommit": false,
    "extensions.ignoreRecommendations": true,
    "telemetry.telemetryLevel": "off",
    "gitlens.showWhatsNewAfterUpgrades": false,
    "update.showReleaseNotes": false,
    "gitlens.showWelcomeOnInstall": false,
    "workbench.welcomePage.walkthroughs.openOnInstall": false,
    "gitlens.codeLens.enabled": false,
    "editor.fontSize": 13,
    "diffEditor.ignoreTrimWhitespace": false,
    "editor.inlineSuggest.suppressSuggestions": true,
    "cursor.cpp.disabledLanguages": [
        "plaintext",
        "markdown"
    ]
}