config: disable jdtls LSP and enhance git status/diff settings

This commit is contained in:
2025-12-29 11:36:35 -06:00
parent 444adedd4b
commit b4d9c66dc8
2 changed files with 9 additions and 0 deletions
@@ -6,6 +6,11 @@
"@franlol/opencode-md-table-formatter@0.0.3", "@franlol/opencode-md-table-formatter@0.0.3",
// "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js" // "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js"
], ],
"lsp": {
"jdtls": {
"disabled": true
}
},
"mcp": { "mcp": {
"context7": { "context7": {
"type": "remote", "type": "remote",
+4
View File
@@ -73,6 +73,7 @@
renameLimit = 10000 renameLimit = 10000
renames = true renames = true
renameThreshold = 25 renameThreshold = 25
noprefix = false
[init] [init]
defaultBranch = master defaultBranch = master
@@ -82,3 +83,6 @@
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f
process = git-lfs filter-process process = git-lfs filter-process
[status]
showUntrackedFiles = all
submoduleSummary = true