🔧 Added minuet/llama.cpp support
This commit is contained in:
parent
a4dd883553
commit
4ae816e2df
4 changed files with 73 additions and 0 deletions
|
|
@ -56,7 +56,11 @@ return {
|
|||
{ name = "buffer" },
|
||||
{ name = "path" },
|
||||
{ name = "vsnip" },
|
||||
{ name = "minuet" },
|
||||
}),
|
||||
performance = {
|
||||
fetching_timeout = 2000, -- minuet related performance
|
||||
},
|
||||
mapping = cmp.mapping.preset.insert({
|
||||
["<Up>"] = cmp.mapping.select_prev_item(),
|
||||
["<Down>"] = cmp.mapping.select_next_item(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue