mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 02:24:11 -06:00
config: disable jdtls LSP and enhance git status/diff settings
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
"@franlol/opencode-md-table-formatter@0.0.3",
|
||||
// "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js"
|
||||
],
|
||||
"lsp": {
|
||||
"jdtls": {
|
||||
"disabled": true
|
||||
}
|
||||
},
|
||||
"mcp": {
|
||||
"context7": {
|
||||
"type": "remote",
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
renameLimit = 10000
|
||||
renames = true
|
||||
renameThreshold = 25
|
||||
noprefix = false
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
@@ -82,3 +83,6 @@
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
[status]
|
||||
showUntrackedFiles = all
|
||||
submoduleSummary = true
|
||||
|
||||
Reference in New Issue
Block a user