Skip to content

Instantly share code, notes, and snippets.

@atton
Created March 3, 2018 05:07
Show Gist options
  • Save atton/7475d227691f5170d44dd04a79e0e164 to your computer and use it in GitHub Desktop.
Save atton/7475d227691f5170d44dd04a79e0e164 to your computer and use it in GitHub Desktop.
health#deoplete#check
========================================================================
## deoplete.nvim
- OK: has("nvim") was successful
- OK: exists("v:t_list") was successful
- OK: 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
- OK: no issues found
## Performance
- OK: Build type: Release
## Remote Plugins
- OK: Up to date
## terminal
- INFO: key_backspace (kbs) terminfo entry: key_backspace=^H
- INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
- INFO: $XTERM_VERSION=''
- INFO: $VTE_VERSION=''
- INFO: $COLORTERM=''
- INFO: $SSH_TTY=''
health#provider#check
========================================================================
## Clipboard (optional)
- OK: Clipboard tool found: pbcopy
## Python 2 provider (optional)
- INFO: `g:python_host_prog` is not set. Searching for python2.7 in the environment.
- INFO: Executable: /usr/bin/python2.7
- INFO: Python2 version: 2.7.10
- INFO: python2.7-neovim version: 0.2.3
- OK: Latest python2.7-neovim is installed: 0.2.3
## Python 3 provider (optional)
- INFO: `g:python3_host_prog` is not set. Searching for python3 in the environment.
- INFO: Executable: /usr/local/bin/python3
- INFO: Python3 version: 3.6.4
- INFO: python3-neovim version: 0.2.3
- OK: Latest python3-neovim is installed: 0.2.3
## Ruby provider (optional)
- INFO: Ruby: ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin16]
- INFO: Host: /Users/atton/.rbenv/shims/neovim-ruby-host
- OK: Latest "neovim" gem is installed: 0.6.2
## Node provider (optional)
- INFO: Node: v9.7.1
- INFO: Host: /usr/local/bin/neovim-node-host
- OK: Latest "neovim" npm is installed: 3.5.2
health#deoplete#check
========================================================================
## deoplete.nvim
- OK: has("nvim") was successful
- OK: exists("v:t_list") was successful
- OK: 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
- OK: no issues found
## Performance
- OK: Build type: Release
## Remote Plugins
- OK: Up to date
## terminal
- INFO: key_backspace (kbs) terminfo entry: key_backspace=^H
- INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
- INFO: $XTERM_VERSION=''
- INFO: $VTE_VERSION=''
- INFO: $COLORTERM=''
- INFO: $SSH_TTY=''
health#provider#check
========================================================================
## Clipboard (optional)
- OK: Clipboard tool found: pbcopy
## Python 2 provider (optional)
- WARNING: No Python interpreter was found with the neovim module. Using the first available for diagnostics.
- WARNING: provider/pythonx: Could not load Python 2:
python2 not found in search path or not executable.
/usr/bin/python2.7 does not have the "neovim" module. :help |provider-python|
/usr/bin/python2.6 does not have the "neovim" module. :help |provider-python|
/usr/local/bin/python is Python 3.6 and cannot provide Python 2.
- ERROR: Python provider error
- ADVICE:
- provider/pythonx: Could not load Python 2:
python2 not found in search path or not executable.
/usr/bin/python2.7 does not have the "neovim" module. :help |provider-python|
/usr/bin/python2.6 does not have the "neovim" module. :help |provider-python|
/usr/local/bin/python is Python 3.6 and cannot provide Python 2.
- INFO: Executable: Not found
## Python 3 provider (optional)
- INFO: `g:python3_host_prog` is not set. Searching for python3 in the environment.
- INFO: Executable: /usr/local/bin/python3
- INFO: Python3 version: 3.6.4
- INFO: python3-neovim version: 0.2.3
- OK: Latest python3-neovim is installed: 0.2.3
## Ruby provider (optional)
- INFO: Ruby: ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin16]
- INFO: Host: /Users/atton/.rbenv/shims/neovim-ruby-host
- OK: Latest "neovim" gem is installed: 0.6.2
## Node provider (optional)
- INFO: Node: v9.7.1
- INFO: Host: /usr/local/bin/neovim-node-host
- OK: Latest "neovim" npm is installed: 3.5.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment