Add supermaven to nvim-cmp

This commit is contained in:
Alexandre Ignjatovic 2024-07-24 11:07:22 +02:00
parent 64f478a0ec
commit 2ffbf2f8c9
1 changed files with 1 additions and 0 deletions

View File

@ -869,6 +869,7 @@ require('lazy').setup({
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },
{ name = 'supermaven' },
},
}
end,