feat: add tabnine

This commit is contained in:
max_richter 2022-07-26 20:33:13 +02:00
parent 10e1bca6c0
commit c756bf993f

View File

@ -61,6 +61,7 @@ return packer.startup(function(use)
use "tpope/vim-surround"
use "neovim/nvim-lspconfig"
use "hrsh7th/nvim-cmp"
use "onsails/lspkind.nvim"
use { 'tzachar/cmp-tabnine', run = './install.sh', requires = 'hrsh7th/nvim-cmp' }
use "hrsh7th/cmp-nvim-lsp"
use "hrsh7th/cmp-path"