diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-10 22:49:52 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-10 22:49:52 +0200 |
| commit | 68340155e3d8b80cddddff9e2501b3e33eb509a9 (patch) | |
| tree | 17a481a4ee9c3bcc2c49bcfb61d93018d69605d7 /.claude/settings.json | |
| parent | 0f84e347c76c48a10cf15c90b97219455bb6f57a (diff) | |
| download | dotfiles-68340155e3d8b80cddddff9e2501b3e33eb509a9.tar.gz dotfiles-68340155e3d8b80cddddff9e2501b3e33eb509a9.zip | |
misc(claude): remove custom lua_ls plugin
It was there just so that the LSP doesn't use the current directory
(where Claude Code runs) as the working directory (which is annoying
since the working tree is $HOME and I don't want to litter it with
.luarc.json kind of files).
Diffstat (limited to '.claude/settings.json')
| -rw-r--r-- | .claude/settings.json | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/.claude/settings.json b/.claude/settings.json index 3589e3d..8f028d4 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -11,6 +11,7 @@ "/home/tvanbesi/Projects/.claude/Projects memory" ] }, + "model": "fable", "hooks": { "Notification": [ { @@ -65,21 +66,12 @@ }, "enabledPlugins": { "clangd-lsp@claude-plugins-official": true, - "lua-lsp@claude-plugins-official": false, - "pyright-lsp@claude-plugins-official": true, - "lua-lsp-local@local-lsp": true - }, - "extraKnownMarketplaces": { - "local-lsp": { - "source": { - "source": "directory", - "path": "/home/tvanbesi/.claude/lsp-marketplace" - } - } + "lua-lsp@claude-plugins-official": true, + "pyright-lsp@claude-plugins-official": true }, + "extraKnownMarketplaces": {}, "effortLevel": "high", "theme": "auto", "editorMode": "vim", - "autoCompactEnabled": false, - "model": "fable" + "autoCompactEnabled": false } |
