Skip to content

Instantly share code, notes, and snippets.

@natemurthy
Created October 7, 2017 22:26
Show Gist options
  • Save natemurthy/e270e215c33205666ee97386d80c5017 to your computer and use it in GitHub Desktop.
Save natemurthy/e270e215c33205666ee97386d80c5017 to your computer and use it in GitHub Desktop.
Debugging deoplete.nvim

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: Release

Remote Plugins

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

terminal

  • INFO: key_backspace (kbs) terminfo entry: key_backspace=^H
  • INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~

health#provider#check

Clipboard (optional)

  • SUCCESS: 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: /Users/nate/Workspace/dcos/bin/python2 does not have the "neovim" module. :help |provider-python| /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/bin/python does not have the "neovim" module. :help |provider-python|
  • ERROR: Python provider error
    • SUGGESTIONS:
      • provider/pythonx: Could not load Python 2: /Users/nate/Workspace/dcos/bin/python2 does not have the "neovim" module. :help |provider-python| /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/bin/python does not have the "neovim" module. :help |provider-python|
  • INFO: Executable: Not found

Python 3 provider (optional)

  • INFO: Using: g:python3_host_prog = "/usr/local/Cellar/python3/3.5.1/bin"
  • ERROR: bin was not found.
  • INFO: Executable: Not found

Ruby provider (optional)

  • INFO: Ruby: ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15]
  • 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".

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment