repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
b135269
parent
8db3518
author
Eric Bower
date
2023-03-08 21:16:54 +0000 UTC
chore: added codegpt.nvim
1 files changed,  +10, -0
M data/manual.json
+10, -0
 1@@ -249,6 +249,16 @@
 2         "treesitter-colorschemes",
 3         "colorscheme"
 4       ]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "dpayne",
 9+      "repo": "CodeGPT.nvim",
10+      "tags": [
11+        "plugin",
12+        "completion",
13+        "editing-support"
14+      ]
15     }
16   ]
17 }