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
+4
View File
@@ -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