From 681b27c2fab9fc5479be673be37018ce50e343b9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 9 Dec 2025 21:56:14 +0000 Subject: [PATCH] chore(settings): add global cursor ignore list and disable tab-completion in plaintext files only --- settings.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/settings.json b/settings.json index feb184a..a10e3c0 100644 --- a/settings.json +++ b/settings.json @@ -40,11 +40,35 @@ "cursor.agent_layout_browser_beta_setting": true, "cursor.aipreview.enabled": true, "cursor.composer.usageSummaryDisplay": "always", + "cursor.cpp.disabledLanguages": [ + "plaintext" + ], "cursor.cpp.enablePartialAccepts": true, "cursor.diffs.useCharacterLevelDiffs": true, "cursor.enable_agent_window_setting": true, "cursor.enable_git_worktrees_setting": true, "cursor.general.enableShadowWorkspace": true, + "cursor.general.globalCursorIgnoreList": [ + "**/*.cer", + "**/*.crt", + "**/*.key", + "**/*.p12", + "**/*.pem", + "**/*.pfx", + "**/.ansible/tmp/**", + "**/.cursor/mcp.json", + "**/.env", + "**/.env*", + "**/.ssh/id_*", + "**/credentials.*.json", + "**/credentials.json", + "**/id_dsa", + "**/id_rsa", + "**/secret.json", + "**/secret.yaml", + "**/secrets.json", + "**/secrets.yaml" + ], "cursor.terminal.usePreviewBox": true, "update.releaseTrack": "prerelease", //