1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-05-01 10:01:39 +02:00

Nvim: Agentic switched to Codex

This commit is contained in:
2026-04-28 12:13:08 +02:00
parent a6c219414f
commit 637edf2e96

View File

@@ -3,7 +3,8 @@ return {
"carlos-algms/agentic.nvim",
--- @type agentic.PartialUserConfig
opts = {
provider = "gemini-acp",
-- provider = "gemini-acp",
provider = "codex-acp",
diagnostic_icons = {
error = Error_sign,
warn = Warn_sign,