Skip to content

Commit 08a1e91

Browse files
authored
feat(completion): Add minimal minuet-ai (#1468)
* feat(completion): Add minimal minuet-ai * fix: fix spec tables * trigger workflows
1 parent f94b701 commit 08a1e91

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Minute-ai.nvim
2+
3+
💃 Dance with Intelligence in Your Code. Minuet offers code completion as-you-type from popular LLMs including OpenAI, Gemini, Claude, Ollama, Llama.cpp, Codestral, and more.
4+
5+
Repository: <https://github.com/milanglacier/minuet-ai.nvim>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
return {
2+
"milanglacier/minuet-ai.nvim",
3+
opts = {},
4+
dependencies = {
5+
{ "nvim-lua/plenary.nvim" },
6+
},
7+
specs = {
8+
{ "hrsh7th/nvim-cmp", optional = true },
9+
{ "Saghen/blink.cmp", optional = true },
10+
},
11+
}

0 commit comments

Comments
 (0)