Skip to content

Instantly share code, notes, and snippets.

@GordianDziwis
Last active November 24, 2018 14:10
Show Gist options
  • Save GordianDziwis/b4afcc37f71363b1a58608919450ff4c to your computer and use it in GitHub Desktop.
Save GordianDziwis/b4afcc37f71363b1a58608919450ff4c to your computer and use it in GitHub Desktop.

health#LanguageClient#check

  • OK: binary found: /home//.vim/bundle/LanguageClient-neovim/bin/languageclient
  • OK: languageclient 0.1.131

health#deoplete#check

deoplete.nvim

  • OK: exists("v:t_list") was successful
  • OK: has("timers") was successful
  • OK: has("python3") was successful
  • OK: Python3.5+ 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#vimtex#check

vimtex

  • OK: Vim version should have full support!
  • ERROR: Selected viewer is not executable!
    • ADVICE:
        • Selection: okular
  • ERROR: |g:vimtex_compiler_method| (latexmk) is not executable!

health#nvim#check

Configuration

Performance

  • OK: Build type: RelWithDebInfo

Remote Plugins

  • OK: Up to date

terminal

  • INFO: key_backspace (kbs) terminfo entry: key_backspace=\177
  • INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
  • INFO: $VTE_VERSION='5401'
  • INFO: $COLORTERM='truecolor'

health#provider#check

Clipboard (optional)

  • OK: Clipboard tool found: xsel

Python 2 provider (optional)

  • INFO: Using: g:python_host_prog = "/home//.virtualenvs/neovim/bin/python"
  • INFO: Executable: /home//.virtualenvs/neovim/bin/python
  • INFO: Python version: 2.7.15
  • INFO: pynvim version: 0.3.1
  • OK: Latest pynvim is installed.

Python 3 provider (optional)

  • INFO: Using: g:python3_host_prog = "/home//.virtualenvs/neovim3/bin/python3"
  • INFO: Executable: /home//.virtualenvs/neovim3/bin/python3
  • INFO: Python version: 3.6.7
  • INFO: pynvim version: 0.3.1
  • OK: Latest pynvim is installed.

Ruby provider (optional)

  • INFO: Ruby: ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
  • WARNING: neovim-ruby-host not found.
    • ADVICE:
      • Run gem install neovim to ensure the neovim RubyGem is installed.
      • Run gem environment to ensure the gem bin directory is in $PATH.
      • If you are using rvm/rbenv/chruby, try "rehashing".
      • See :help |g:ruby_host_prog| for non-standard gem installations.

Node.js provider (optional)

  • INFO: Node.js: v10.4.1
  • WARNING: Missing "neovim" npm (or yarn) package.
    • ADVICE:
      • Run in shell: npm install -g neovim
      • Run in shell (if you use yarn): yarn global add neovim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment