mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 08:24:11 -06:00
config: disable jdtls LSP and enhance git status/diff settings
This commit is contained in:
@@ -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