add clangd_extension as cmp dependency
This commit is contained in:
parent
c9c630ce61
commit
5a22a03eba
@ -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'),
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user