Skip to content

Instantly share code, notes, and snippets.

@munyari
Created October 1, 2016 23:22
Show Gist options
  • Save munyari/adb4a00f88d9d5dc66733a315be553a8 to your computer and use it in GitHub Desktop.
Save munyari/adb4a00f88d9d5dc66733a315be553a8 to your computer and use it in GitHub Desktop.

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

  • WARNING: "deoplete.nvim" is not registered.
  • WARNING: Out of date
    • SUGGESTIONS:
      • Run :UpdateRemotePlugins

Python 2 provider

  • WARNING: No Python interpreter was found with the neovim module. Using the first available for diagnostics.
  • WARNING: provider/pythonx: Could not load Python 2: /usr/bin/python2 does not have the neovim module installed. See ":help provider-python". /usr/bin/python2.7 does not have the neovim module installed. See ":help provider-python". python2.6 not found in search path or not executable. /usr/bin/python is Python 3.5 and cannot provide Python 2.
  • ERROR: Python provider error
    • SUGGESTIONS:
      • provider/pythonx: Could not load Python 2: /usr/bin/python2 does not have the neovim module installed. See ":help provider-python". /usr/bin/python2.7 does not have the neovim module installed. See ":help provider-python". python2.6 not found in search path or not executable. /usr/bin/python is Python 3.5 and cannot provide Python 2.
  • INFO: Executable: Not found

Python 3 provider

  • 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.9
  • SUCCESS: Latest Neovim Python client is installed: (up to date)

Ruby provider

  • ERROR: Missing Neovim RubyGem
    • SUGGESTIONS:
      • Install or upgrade the neovim RubyGem using gem install neovim.
  • INFO: Ruby Version: ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
  • INFO: Host Executable: not found
  • INFO: Host Version: not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment