add clangd_extension as cmp dependency

This commit is contained in:
Oliver Hartmann 2022-08-02 09:20:33 +02:00
parent c9c630ce61
commit 5a22a03eba

View File

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