mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 04:24:10 -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",
|
"@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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user