diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-06-16 07:26:11 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-06-16 07:56:14 +0900 |
commit | b27e4f93bbf4d5f79ba4f47cd88e0a30d7a1d083 (patch) | |
tree | 17d850d2eaa319a7a426d1f3e75e06c262cbd258 | |
parent | 922439f1e12584843025da54025b08fd99e53491 (diff) | |
download | deoplete.nvim-b27e4f93bbf4d5f79ba4f47cd88e0a30d7a1d083.zip |
CheckHealth support
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 | ||||
-rw-r--r-- | doc/deoplete.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index de706ce..6e90c94 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,7 +8,7 @@ * OS: - * nvim-python-doctor result: + * nvim-python-doctor result or `:CheckHealth` result(neovim ver.0.1.5-452+): https://github.com/tweekmonster/nvim-python-doctor ``` diff --git a/doc/deoplete.txt b/doc/deoplete.txt index 17717c6..4f527f2 100644 --- a/doc/deoplete.txt +++ b/doc/deoplete.txt @@ -61,7 +61,8 @@ 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. +You can check the Python3 installation by nvim-python-doctor or |:CheckHealth| +command. https://github.com/tweekmonster/nvim-python-doctor ============================================================================== |