Created
December 9, 2018 13:30
-
-
Save ikuwow/e1055ebabd855119e3c457c88086df32 to your computer and use it in GitHub Desktop.
Install deoplete-tabnine with dein.vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[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