This commit is contained in:
Oliver Hartmann 2022-07-08 23:41:48 +02:00
parent 3b3bc5b937
commit 03c102be95

View File

@ -97,8 +97,8 @@ return require('packer').startup(function()
{ 'f3fora/cmp-spell', after = 'nvim-cmp' }, { 'f3fora/cmp-spell', after = 'nvim-cmp' },
{ 'hrsh7th/cmp-emoji', after = 'nvim-cmp' }, { 'hrsh7th/cmp-emoji', after = 'nvim-cmp' },
{ 'hrsh7th/cmp-cmdline', after = 'nvim-cmp' }, { 'hrsh7th/cmp-cmdline', after = 'nvim-cmp' },
{ 'ray-x/cmp-treesitter', after = 'nvim-cmp'}, { 'ray-x/cmp-treesitter', after = 'nvim-cmp' },
{ 'hrsh7th/cmp-nvim-lsp-signature-help', after = 'nvim-cmp'} { 'hrsh7th/cmp-nvim-lsp-signature-help', after = 'nvim-cmp' }
}, },
config = get_setup('cmp'), config = get_setup('cmp'),
}) })