Load cmp_luasnip after luasnip
This commit is contained in:
parent
1c10794866
commit
641d2e0c9e
@ -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' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user