mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update lua/lazyvim/plugins/extras/coding/supermaven.lua
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
This commit is contained in:
parent
ed134d999b
commit
9e37a42e8c
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ return {
|
|||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
optional = true,
|
||||
opts = function(_, opts)
|
||||
table.insert(opts.sources, { name = "supermaven", priority = 100 })
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue