master #1

Open
oli wants to merge 920 commits from master into lua
Showing only changes of commit 5a22a03eba - Show all commits
+2 -1
View File
@@ -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'),
})