From d72975d01c6dbe94e6814a557d0ac83673c945f4 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 22 Apr 2016 16:53:45 +0900 Subject: Update the documentation --- doc/deoplete.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/deoplete.txt b/doc/deoplete.txt index f3dc004..25b1818 100644 --- a/doc/deoplete.txt +++ b/doc/deoplete.txt @@ -47,10 +47,9 @@ Note: deoplete requires Neovim(latest is recommended) with Python3 enabled. 1. Extract the files and put them in your Neovim directory (usually `$XDG_CONFIG_HOME/nvim/`). -2. Execute the |:UpdateRemotePlugins| or |:NeoBundleRemotePlugins| (for using - NeoBundle) and restart Neovim. -3. Execute the |:DeopleteEnable| command or - set "let g:deoplete#enable_at_startup = 1" in your `init.vim` +2. Execute the |:UpdateRemotePlugins| and restart Neovim. +3. Call |deoplete#enable()| or set "let g:deoplete#enable_at_startup = 1" in + your `init.vim` If ":echo has('python3')" returns `1`, then you're done; otherwise, see below. @@ -62,6 +61,9 @@ If you want to read for Neovim-python/python3 interface install documentation, you should read |nvim-python| and the Wiki. https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim +You can check the Python3 installation by nvim-python-doctor. +https://github.com/tweekmonster/nvim-python-doctor + ============================================================================== INTERFACE *deoplete-interface* -- cgit v1.2.3