Update lua/lazyvim/plugins/extras/coding/supermaven.lua

Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
Nybkox 2024-06-18 21:05:27 +02:00 committed by Folke Lemaitre
parent ed134d999b
commit 9e37a42e8c

View file

@ -13,6 +13,7 @@ return {
},
{
"hrsh7th/nvim-cmp",
optional = true,
opts = function(_, opts)
table.insert(opts.sources, { name = "supermaven", priority = 100 })
end,