summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2016-06-16 07:26:11 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2016-06-16 07:56:14 +0900
commitb27e4f93bbf4d5f79ba4f47cd88e0a30d7a1d083 (patch)
tree17d850d2eaa319a7a426d1f3e75e06c262cbd258
parent922439f1e12584843025da54025b08fd99e53491 (diff)
downloaddeoplete.nvim-b27e4f93bbf4d5f79ba4f47cd88e0a30d7a1d083.zip
CheckHealth support
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--doc/deoplete.txt3
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
==============================================================================