Add supermaven

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-10 08:54:27 -05:00
parent 47104ea033
commit 19e2019f2f
4 changed files with 40 additions and 0 deletions

View file

@ -83,6 +83,9 @@ return {
["<C-c>"] = cmp.mapping.complete({}),
}),
sources = {
{
name = "supermaven", priority = 10, max_item_count = 5,
},
{
name = "copilot",
priority = 9,