Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1.  
  2. health#deoplete#check
  3. ========================================================================
  4. ## deoplete.nvim
  5. - OK: has("nvim") was successful
  6. - OK: exists("v:t_list") was successful
  7. - OK: has("timers") was successful
  8. - OK: has("python3") was successful
  9. - INFO: If you're still having problems, try the following commands:
  10. $ export NVIM_PYTHON_LOG_FILE=/tmp/log
  11. $ export NVIM_PYTHON_LOG_LEVEL=DEBUG
  12. $ nvim
  13. $ cat /tmp/log_{PID}
  14. and then create an issue on github
  15.  
  16. health#nvim#check
  17. ========================================================================
  18. ## Configuration
  19. - OK: no issues found
  20.  
  21. ## Performance
  22. - OK: Build type: Release
  23.  
  24. ## Remote Plugins
  25. - OK: Up to date
  26.  
  27. ## terminal
  28. - INFO: key_backspace (kbs) terminfo entry: key_backspace=^H
  29. - INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
  30. - INFO: $XTERM_VERSION=''
  31. - INFO: $VTE_VERSION=''
  32. - INFO: $TERM_PROGRAM=''
  33. - INFO: $SSH_TTY=''
  34.  
  35. health#provider#check
  36. ========================================================================
  37. ## Clipboard (optional)
  38. - OK: Clipboard tool found: xsel
  39.  
  40. ## Python 2 provider (optional)
  41. - INFO: `g:python_host_prog` is not set. Searching for python2 in the environment.
  42. - INFO: Executable: /usr/bin/python2
  43. - INFO: Python2 version: 2.7.14
  44. - INFO: python2-neovim version: 0.2.4
  45. - OK: Latest python2-neovim is installed: 0.2.4
  46.  
  47. ## Python 3 provider (optional)
  48. - INFO: `g:python3_host_prog` is not set. Searching for python3 in the environment.
  49. - INFO: Executable: /usr/bin/python3
  50. - INFO: Python3 version: 3.6.4
  51. - INFO: python3-neovim version: 0.2.4
  52. - OK: Latest python3-neovim is installed: 0.2.4
  53.  
  54. ## Ruby provider (optional)
  55. - INFO: Ruby: ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]
  56. - WARNING: Missing "neovim" gem.
  57. - ADVICE:
  58. - Run in shell: gem install neovim
  59. - Is the gem bin directory in $PATH? Check `gem environment`.
  60. - If you are using rvm/rbenv/chruby, try "rehashing".
  61.  
  62. ## Node provider (optional)
  63. - INFO: Node: v9.11.1
  64. - WARNING: Missing "neovim" npm package.
  65. - ADVICE:
  66. - Run in shell: npm install -g neovim
  67. - Is the npm bin directory in $PATH?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement