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