fix bad plugin names

This commit is contained in:
iofq 2024-12-20 14:25:22 -06:00
parent d82c5aa50a
commit 372c943270
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ return {
'hrsh7th/cmp-path',
'hrsh7th/cmp-nvim-lsp',
'ray-x/cmp-treesitter',
'L3MON4D3/LuaSnip',
'L3MON4D3/luasnip',
'saadparwaiz1/cmp_luasnip',
},
config = function()
@ -57,7 +57,7 @@ return {
end,
},
{
'L3MON4D3/LuaSnip',
'L3MON4D3/luasnip',
event = 'VeryLazy',
dependencies = { 'rafamadriz/friendly-snippets' },
config = function()