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