feat: add tabnine

This commit is contained in:
2022-07-26 19:55:09 +02:00
parent ed46021b85
commit 4586b3cf71
6 changed files with 121 additions and 79 deletions

View File

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