Skip to content

Instantly share code, notes, and snippets.

@wsdjeg
Created October 15, 2016 05:13
Show Gist options
  • Save wsdjeg/37cecd48eb64c0136550985dfe79581f to your computer and use it in GitHub Desktop.
Save wsdjeg/37cecd48eb64c0136550985dfe79581f to your computer and use it in GitHub Desktop.
CheckHealth result.
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
================================================================================
## Remote Plugins
- SUCCESS: Up to date
health#provider#check
================================================================================
## Python 2 provider
- INFO: Using: g:python_host_prog = "/usr/bin/python2"
- INFO: Executable: /usr/bin/python2
- INFO: Python2 version: 2.7.12
- INFO: python2-neovim Version: 0.1.10
- SUCCESS: Latest Neovim Python client is installed: (up to date)
## Python 3 provider
- INFO: Using: g:python3_host_prog = "/usr/bin/python3"
- INFO: Executable: /usr/bin/python3
- INFO: Python3 version: 3.5.2
- INFO: python3-neovim Version: 0.1.10
- SUCCESS: Latest Neovim Python client is installed: (up to date)
## Ruby provider
- SUCCESS: Found up-to-date neovim RubyGem
- INFO: Ruby Version: ruby 2.3.1p112 (2016-04-26 revision 54768) [i686-linux]
- INFO: Host Executable: /home/wsdjeg/.gem/ruby/2.3.0/bin/neovim-ruby-host
- INFO: Host Version: 0.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment