Add AI inline completion via minuet + OpenCode Go

Configure minuet-ai.nvim with the OpenCode Go chat completions endpoint
(deepseek-v4-flash, thinking disabled) and wire it into blink.cmp as a
completion source with manual <A-y> trigger.
This commit is contained in:
2026-08-03 07:12:54 -04:00
parent 433231a4f0
commit 1551dcb86f
4 changed files with 72 additions and 1 deletions
+4
View File
@@ -34,6 +34,10 @@
"src": "https://github.com/nvim-mini/mini.nvim",
"version": "0.18.0 - 0.19.0"
},
"minuet-ai.nvim": {
"rev": "035e07136a281ca17c52722cc2201db2e08bbd3a",
"src": "https://github.com/milanglacier/minuet-ai.nvim"
},
"neo-tree.nvim": {
"rev": "83e7a2982fd12b9c3d35bc39dd5877cd91a02a61",
"src": "https://github.com/nvim-neo-tree/neo-tree.nvim",