Load cmp_luasnip after luasnip

This commit is contained in:
Oliver Hartmann 2022-04-04 15:15:11 +02:00
parent 1c10794866
commit 641d2e0c9e

View File

@ -84,7 +84,7 @@ return require('packer').startup(function()
{ 'hrsh7th/cmp-buffer', after = 'nvim-cmp' },
{ 'hrsh7th/cmp-nvim-lsp', after = 'nvim-cmp' },
{ 'L3MON4D3/LuaSnip', after = 'nvim-cmp' },
{ 'saadparwaiz1/cmp_luasnip', after = 'nvim-cmp' },
{ 'saadparwaiz1/cmp_luasnip', after = {'nvim-cmp', 'LuaSnip'} },
{ 'hrsh7th/cmp-nvim-lua', after = 'nvim-cmp' },
{ 'octaltree/cmp-look', after = 'nvim-cmp' },
{ 'hrsh7th/cmp-path', after = 'nvim-cmp' },