Enable tabnine

This commit is contained in:
Daan Vanoverloop 2019-10-16 11:40:19 +02:00
parent b54c6e6ea7
commit c488cf3d75
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -17,7 +17,7 @@ call plug#begin()
Plug 'Shougo/deoplete.nvim'
Plug 'roxma/nvim-yarp'
Plug 'roxma/vim-hug-neovim-rpc'
"Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }
Plug 'tbodt/deoplete-tabnine', { 'do': './install.sh' }
Plug 'jpalardy/vim-slime'
Plug 'autozimu/LanguageClient-neovim', {
\ 'branch': 'next',