summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2016-04-22 16:53:45 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2016-04-22 16:53:45 +0900
commitd72975d01c6dbe94e6814a557d0ac83673c945f4 (patch)
treedefcae87665d67408f182b68752c7e3b1a4d8ec4 /doc
parent3a4e6e5f160036a06a37d3c55a6b8b4f776e9a13 (diff)
downloaddeoplete.nvim-d72975d01c6dbe94e6814a557d0ac83673c945f4.zip
Update the documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/deoplete.txt10
1 files changed, 6 insertions, 4 deletions
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*