Created
June 23, 2017 23:39
-
-
Save rivertam/031f0da5524629f7855fa95e7ecab9bd to your computer and use it in GitHub Desktop.
:CheckHealth
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
health#deoplete#check | |
======================================================================== | |
## deoplete.nvim | |
- SUCCESS: has("nvim") was successful | |
- SUCCESS: has("python3") was successful | |
- INFO: If you're still having problems, try the following commands: | |
$ export NVIM_PYTHON_LOG_FILE=/tmp/log | |
$ export NVIM_PYTHON_LOG_LEVEL=DEBUG | |
$ nvim | |
$ cat /tmp/log_{PID} | |
and then create an issue on github | |
health#nvim#check | |
======================================================================== | |
## Configuration | |
- SUCCESS: no issues found | |
## Performance | |
- SUCCESS: Build type: RelWithDebInfo | |
## Remote Plugins | |
- SUCCESS: Up to date | |
## terminal | |
- INFO: key_backspace (kbs) terminfo entry: key_backspace=\177 | |
- INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~ | |
health#provider#check | |
======================================================================== | |
## Clipboard (optional) | |
- SUCCESS: Clipboard tool found: xclip | |
## Python 2 provider (optional) | |
- INFO: `g:python_host_prog` is not set. Searching for python2 in the environment. | |
- INFO: Executable: /usr/bin/python2 | |
- INFO: Python2 version: 2.7.12 | |
- INFO: python2-neovim version: 0.1.8 (outdated; from ~/.local/lib/python2.7/site-packages/neovim) | |
- WARNING: Latest python2-neovim is NOT installed: 0.1.13 | |
## Python 3 provider (optional) | |
- INFO: `g:python3_host_prog` is not set. Searching for python3 in the environment. | |
- INFO: Executable: /usr/bin/python3 | |
- INFO: Python3 version: 3.5.2 | |
- INFO: python3-neovim version: 0.1.8 (outdated; from ~/.local/lib/python3.5/site-packages/neovim) | |
- WARNING: Latest python3-neovim is NOT installed: 0.1.13 | |
## Ruby provider (optional) | |
- INFO: Ruby: ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu] | |
- WARNING: Missing "neovim" gem. | |
- SUGGESTIONS: | |
- Run in shell: gem install neovim | |
- Is the gem bin directory in $PATH? Check `gem environment`. | |
- If you are using rvm/rbenv/chruby, try "rehashing". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment