We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68da13 commit af5d79dCopy full SHA for af5d79d
2 files changed
home/.claude/settings.json
@@ -0,0 +1,13 @@
1
+{
2
+ "enabledPlugins": {
3
+ "rust-analyzer-lsp@claude-plugins-official": true,
4
+ "gopls-lsp@claude-plugins-official": true
5
+ },
6
+ "sandbox": {
7
+ "enabled": true
8
9
+ "enableWeakerNetworkIsolation": true,
10
+ "env": {
11
+ "CLAUDE_CODE_DISABLE_TERMINAL_TITLE": "1"
12
+ }
13
+}
home/.config/git/ignore
@@ -1,2 +1,4 @@
mise.local.toml
README.local.md
+
+**/.claude/settings.local.json
0 commit comments