master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 5a22a03eba - Show all commits

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'),
}) })