add cmp treesitter

This commit is contained in:
Oliver Hartmann
2022-06-26 12:59:50 +02:00
parent 37d7e60eef
commit 2c277ee846
2 changed files with 2 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ 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'}
},
config = get_setup('cmp'),
})