added cmp signature help

This commit is contained in:
Oliver Hartmann
2022-07-01 17:28:13 +02:00
parent be42757e5e
commit 3c9ecc9d53
2 changed files with 3 additions and 1 deletions

View File

@@ -95,7 +95,8 @@ return require('packer').startup(function()
{ 'f3fora/cmp-spell', after = 'nvim-cmp' },
{ 'hrsh7th/cmp-emoji', 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'}
},
config = get_setup('cmp'),
})