Skip to content

Instantly share code, notes, and snippets.

@arooni
Created September 12, 2016 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arooni/be72ba43a09b42e63f801a75538d1104 to your computer and use it in GitHub Desktop.
Save arooni/be72ba43a09b42e63f801a75538d1104 to your computer and use it in GitHub Desktop.
health#nvim#check
================================================================================
## Remote Plugins
- SUCCESS: Up to date
## Python 2 provider
- INFO: `g:python2_host_prog` is not set. Searching for python2 in the environment.
- INFO: Executable: /usr/local/bin/python2
- INFO: Python2 version: 2.7.11
- INFO: python2-neovim Version: unable to find neovim version
- ERROR: Neovim Python client is not installed.
- SUGGESTIONS:
- Error found was: unable to find neovim version
- Use the command `$ pip2 install neovim`
- SUCCESS: Latest Neovim Python client is installed: (unknown)
## Python 3 provider
- WARNING: No Python interpreter was found with the neovim module. Using the first available for diagnostics.
- WARNING: provider/pythonx: Could not load Python 3:
/usr/local/bin/python3 does not have the neovim module installed. See ":help provider-python".
/usr/local/bin/python3.5 does not have the neovim module installed. See ":help provider-python".
python3.4 not found in search path or not executable.
python3.3 not found in search path or not executable.
/usr/local/bin/python is Python 2.7 and cannot provide Python 3.
- INFO: `g:python3_host_prog` is not set. Searching for python3 in the environment.
- INFO: Executable: /usr/local/bin/python3
- INFO: Python3 version: 3.5.1
- INFO: python3-neovim Version: unable to find neovim version
- ERROR: Neovim Python client is not installed.
- SUGGESTIONS:
- Error found was: unable to find neovim version
- Use the command `$ pip3 install neovim`
- SUCCESS: Latest Neovim Python client is installed: (unknown)
## Ruby provider
- SUCCESS: Found Neovim RubyGem
- INFO: Ruby Version: ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
- INFO: Host Executable: /Users/david/.rvm/gems/ruby-2.3.0/bin/neovim-ruby-host
- INFO: Host Version: 0.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment