fix deoplete-git/deoplete.install

This commit is contained in:
Trent Palmer 2017-12-24 21:56:41 -08:00
parent ad60bfeae3
commit 35b8ef3d4d
1 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
echo "Note: Python3 must be enabled before updating remote plugins
If Deoplete was installed prior to Python support being added to Neovim, :UpdateRemotePlugins
should be executed manually in order to enable auto-completion."
post_install() {
echo ""
echo " Note: Python3 must be enabled before updating remote plugins
If Deoplete was installed prior to Python support being added to Neovim, :UpdateRemotePlugins
should be executed manually in order to enable auto-completion."
echo ""
echo " you might need to add the following to your init.vim:
\"let g:deoplete#enable_at_startup = 1\""
echo ""
}