We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b7bad commit 0ffd23eCopy full SHA for 0ffd23e
lua/astrocommunity/completion/codex-nvim/README.md
lua/astrocommunity/completion/codex-nvim/init.lua
@@ -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
20
+ keymaps = {}, -- Disable internal mapping
21
22
+}
0 commit comments