Add supermaven
This commit is contained in:
parent
47104ea033
commit
19e2019f2f
4 changed files with 40 additions and 0 deletions
|
@ -83,6 +83,9 @@ return {
|
|||
["<C-c>"] = cmp.mapping.complete({}),
|
||||
}),
|
||||
sources = {
|
||||
{
|
||||
name = "supermaven", priority = 10, max_item_count = 5,
|
||||
},
|
||||
{
|
||||
name = "copilot",
|
||||
priority = 9,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue