remove cmp supermaven since we use the inline

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-10 08:57:52 -05:00
parent 19e2019f2f
commit ff863bc6bb

View file

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