Skip to content

Commit af5d79d

Browse files
committed
Adding Claude settings
1 parent f68da13 commit af5d79d

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

home/.claude/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
mise.local.toml
22
README.local.md
3+
4+
**/.claude/settings.local.json

0 commit comments

Comments
 (0)