diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-06-17 07:25:34 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-06-17 07:25:34 +0900 |
commit | 8540843ced0c664baece2446fbe2b32822ee87a9 (patch) | |
tree | 01d47c7f98098169ac09bcc970f6a0c0e86564cb | |
parent | d7582497e5e637abc483b425b34212bf068ad413 (diff) | |
download | deoplete.nvim-8540843ced0c664baece2446fbe2b32822ee87a9.zip |
Update the documentation
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/deoplete.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ You can enable Python3 interface with pip: pip3 install neovim If you want to read the Neovim-python/python3 interface install documentation, -you should read `:help nvim-python` and the Wiki. +you should read `:help provider-python` and the Wiki. https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim ## Screenshots diff --git a/doc/deoplete.txt b/doc/deoplete.txt index 926efb6..b30dfa9 100644 --- a/doc/deoplete.txt +++ b/doc/deoplete.txt @@ -58,7 +58,7 @@ You can enable Python3 interface with pip: > sudo pip3 install neovim If you want to read for Neovim-python/python3 interface install documentation, -you should read |nvim-python| and the Wiki. +you should read |provider-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 or |:CheckHealth| |