master #1

Open
oli wants to merge 912 commits from master into lua
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 3c9ecc9d53 - Show all commits

View File

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

View File

@@ -72,6 +72,7 @@ cmp.setup({
sources = {
{ name = 'luasnip' },
{ name = 'nvim_lsp' },
{ name = 'nvim_lsp_signature_help' },
{ name = 'treesitter' },
{ name = 'buffer' },
-- { name = 'nvim_lua' },