Created
September 9, 2020 16:39
-
-
Save dreamer/e7a941929b5eb71e61b5d1001f9d4c11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
health#nvim_lsp#check | |
======================================================================== | |
## Checking language server protocol configuration | |
- INFO: clangd: configuration checked. | |
- INFO: rls: configuration checked. | |
health#nvim#check | |
======================================================================== | |
## Configuration | |
- OK: no issues found | |
## 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='5803' | |
- INFO: $COLORTERM='truecolor' | |
health#provider#check | |
======================================================================== | |
## Clipboard (optional) | |
- OK: Clipboard tool found: xclip | |
## Python 2 provider (optional) | |
- WARNING: No Python executable found that can `import neovim`. Using the first available executable for diagnostics. | |
- ERROR: Python provider error: | |
- ADVICE: | |
- provider/pythonx: Could not load Python 2: | |
/usr/bin/python2 does not have the "neovim" module. :help |provider-python| | |
/usr/bin/python2.7 does not have the "neovim" module. :help |provider-python| | |
python2.6 not found in search path or not executable. | |
/usr/bin/python is Python 3.7 and cannot provide Python 2. | |
- INFO: Executable: Not found | |
## Python 3 provider (optional) | |
- INFO: `g:python3_host_prog` is not set. Searching for python3 in the environment. | |
- INFO: Executable: /usr/bin/python3 | |
- INFO: Python version: 3.7.9 | |
- INFO: pynvim version: 0.4.1 | |
- OK: Latest pynvim is installed. | |
## Python virtualenv | |
- OK: no $VIRTUAL_ENV | |
## Ruby provider (optional) | |
- INFO: Ruby: ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-linux] | |
- 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) | |
- WARNING: `node` and `npm` (or `yarn`) must be in $PATH. | |
- ADVICE: | |
- Install Node.js and verify that `node` and `npm` (or `yarn`) commands work. | |
## Perl provider (optional) | |
- WARNING: `perl` and `cpanm` must be in $PATH. | |
- ADVICE: | |
- Install Perl and cpanminus and verify that `perl` and `cpanm` commands work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment