Skip to content

Commit 0ffd23e

Browse files
committed
feat(completion): Add in codex.nvim
1 parent 51b7bad commit 0ffd23e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

lua/astrocommunity/completion/codex-nvim/README.md

Whitespace-only changes.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
return {
2+
"johnseth97/codex.nvim",
3+
specs = {
4+
{
5+
"AstroNvim/astrocore",
6+
opts = {
7+
mappings = {
8+
n = {
9+
["<Leader>O"] = { function() require("codex").toggle() end, desc = "Toggle Codex popup" },
10+
},
11+
},
12+
},
13+
},
14+
},
15+
cmd = {
16+
"Codex",
17+
"CodexToggle",
18+
},
19+
opts = {
20+
keymaps = {}, -- Disable internal mapping
21+
},
22+
}

0 commit comments

Comments
 (0)