Skip to content

Instantly share code, notes, and snippets.

@ikuwow
Created December 9, 2018 13:30
Show Gist options
  • Save ikuwow/e1055ebabd855119e3c457c88086df32 to your computer and use it in GitHub Desktop.
Save ikuwow/e1055ebabd855119e3c457c88086df32 to your computer and use it in GitHub Desktop.
Install deoplete-tabnine with dein.vim
[[plugins]]
repo = 'Shougo/deoplete.nvim'
on_event = ['InsertEnter']
hook_add = '''
let g:deoplete#enable_at_startup = 1
'''
if = 'has("nvim") && has("python3")'
[[plugins]]
repo = 'tbodt/deoplete-tabnine'
on_event = ['InsertEnter']
build = './install.sh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment