- OK: binary found: /home//.vim/bundle/LanguageClient-neovim/bin/languageclient
- OK: languageclient 0.1.131
- 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
- OK: Vim version should have full support!
- ERROR: Selected viewer is not executable!
- ADVICE:
-
- Selection: okular
-
- ADVICE:
- ERROR: |g:vimtex_compiler_method| (
latexmk
) is not executable!
- WARNING: $NVIM_TUI_ENABLE_CURSOR_SHAPE is ignored in Nvim 0.2+
- ADVICE:
- Use the 'guicursor' option to configure cursor shape. :help |'guicursor'|
- https://github.com/neovim/neovim/wiki/Following-HEAD#20170402
- ADVICE:
- OK: Build type: RelWithDebInfo
- OK: Up to date
- 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'
- OK: Clipboard tool found: xsel
- 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.
- 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.
- 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.
- Run
- ADVICE:
- 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
- ADVICE: