diff --git a/lua/my_plugins.lua b/lua/my_plugins.lua index cb55deb..21f669b 100644 --- a/lua/my_plugins.lua +++ b/lua/my_plugins.lua @@ -97,7 +97,8 @@ return require('packer').startup(function() { 'hrsh7th/cmp-emoji' }, { 'hrsh7th/cmp-cmdline' }, { 'ray-x/cmp-treesitter' }, - { 'hrsh7th/cmp-nvim-lsp-signature-help' } + { 'hrsh7th/cmp-nvim-lsp-signature-help' }, + { 'p00f/clangd_extensions.nvim' }, }, config = get_setup('cmp'), })