master #1

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

View File

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

View File

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