Advertisement
iminsert

Untitled

May 22nd, 2023
1,517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 3.74 KB | Source Code | 0 0
  1.  
  2. ==============================================================================
  3. nvim: require("nvim.health").check()
  4.  
  5. Configuration ~
  6. - OK no issues found
  7.  
  8. Runtime ~
  9. - OK $VIMRUNTIME: /opt/homebrew/Cellar/neovim/0.9.0/share/nvim/runtime
  10.  
  11. Performance ~
  12. - OK Build type: Release
  13.  
  14. Remote Plugins ~
  15. - OK Up to date
  16.  
  17. terminal ~
  18. - key_backspace (kbs) terminfo entry: `key_backspace=^H`
  19. - key_dc (kdch1) terminfo entry: `key_dc=\E[3~`
  20. - $TERM_PROGRAM="Apple_Terminal"
  21.  
  22. ==============================================================================
  23. provider: health#provider#check
  24.  
  25. Clipboard (optional) ~
  26. - OK Clipboard tool found: pbcopy
  27.  
  28. Python 3 provider (optional) ~
  29. - pyenv: Path: /opt/homebrew/Cellar/pyenv/2.3.17/libexec/pyenv
  30. - pyenv: $PYENV_ROOT is not set. Infer from `pyenv root`.
  31. - WARNING pyenv: Root does not exist: /Users/insert/.pyenv. Ignoring pyenv for all following checks.
  32. - WARNING No Python executable found that can `import neovim`. Using the first available executable for diagnostics.
  33. - WARNING Could not load Python 3:
  34.   /usr/local/bin/python3 does not have the "neovim" module.
  35.   /opt/homebrew/bin/python3.10 does not have the "neovim" module.
  36.   python3.9 not found in search path or not executable.
  37.   python3.8 not found in search path or not executable.
  38.   python3.7 not found in search path or not executable.
  39.   python not found in search path or not executable.
  40.   - ADVICE:
  41.     - See :help |provider-python| for more information.
  42.     - You may disable this provider (and warning) by adding `let g:loaded_python3_provider = 0` to your init.vim
  43. - Executable: Not found
  44.  
  45. Python virtualenv ~
  46. - OK no $VIRTUAL_ENV
  47.  
  48. Ruby provider (optional) ~
  49. - Ruby: ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.arm64e-darwin22]
  50. - WARNING `neovim-ruby-host` not found.
  51.   - ADVICE:
  52.     - Run `gem install neovim` to ensure the neovim RubyGem is installed.
  53.     - Run `gem environment` to ensure the gem bin directory is in $PATH.
  54.     - If you are using rvm/rbenv/chruby, try "rehashing".
  55.     - See :help |g:ruby_host_prog| for non-standard gem installations.
  56.     - You may disable this provider (and warning) by adding `let g:loaded_ruby_provider = 0` to your init.vim
  57.  
  58. Node.js provider (optional) ~
  59. - Node.js: v19.3.0
  60. - WARNING Missing "neovim" npm (or yarn, pnpm) package.
  61.   - ADVICE:
  62.     - Run in shell: npm install -g neovim
  63.     - Run in shell (if you use yarn): yarn global add neovim
  64.     - Run in shell (if you use pnpm): pnpm install -g neovim
  65.     - You may disable this provider (and warning) by adding `let g:loaded_node_provider = 0` to your init.vim
  66.  
  67. Perl provider (optional) ~
  68. - WARNING "Neovim::Ext" cpan module is not installed
  69.   - ADVICE:
  70.     - See :help |provider-perl| for more information.
  71.     - You may disable this provider (and warning) by adding `let g:loaded_perl_provider = 0` to your init.vim
  72.  
  73. ==============================================================================
  74. vim.lsp: require("vim.lsp.health").check()
  75.  
  76. - LSP log level : WARN
  77. - Log path: /Users/insert/.local/state/nvim/lsp.log
  78. - Log size: 0 KB
  79.  
  80. vim.lsp: Active Clients ~
  81. - No active clients
  82.  
  83. ==============================================================================
  84. vim.treesitter: require("vim.treesitter.health").check()
  85.  
  86. - Nvim runtime ABI version: 14
  87. - OK Parser: c          ABI: 13, path: /opt/homebrew/Cellar/neovim/0.9.0/lib/nvim/parser/c.so
  88. - OK Parser: lua        ABI: 13, path: /opt/homebrew/Cellar/neovim/0.9.0/lib/nvim/parser/lua.so
  89. - OK Parser: query      ABI: 14, path: /opt/homebrew/Cellar/neovim/0.9.0/lib/nvim/parser/query.so
  90. - OK Parser: vim        ABI: 14, path: /opt/homebrew/Cellar/neovim/0.9.0/lib/nvim/parser/vim.so
  91. - OK Parser: vimdoc     ABI: 14, path: /opt/homebrew/Cellar/neovim/0.9.0/lib/nvim/parser/vimdoc.so
  92.  
Tags: neovim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement