From b4d9c66dc892a960c231b4b9e0d827a22a967eef Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 29 Dec 2025 11:36:35 -0600 Subject: [PATCH] config: disable jdtls LSP and enhance git status/diff settings --- home/dot_config/opencode/opencode.jsonc.tmpl | 5 +++++ home/dot_gitconfig.tmpl | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/home/dot_config/opencode/opencode.jsonc.tmpl b/home/dot_config/opencode/opencode.jsonc.tmpl index 15b0ac1..0e28199 100644 --- a/home/dot_config/opencode/opencode.jsonc.tmpl +++ b/home/dot_config/opencode/opencode.jsonc.tmpl @@ -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", diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index 98bf635..c262e10 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -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