checkhealth-jammy

From PryMar56, 1 Year ago, written in Plain Text, viewed 143 times.
URL https://pb.dynavirt.com/view/33214de0 Embed
Download Paste or View Raw
  1. NVIM 0.9-dev in Jammy: checkhealth
  2.  
  3. ==============================================================================
  4. gitsigns: require("gitsigns.health").check()
  5.  
  6. - OK git version 2.34.1
  7.  
  8. ==============================================================================
  9. mason: require("mason.health").check()
  10.  
  11. mason.nvim report ~
  12. - OK neovim version >= 0.7.0
  13. - OK **Go**: `go version go1.18.1 linux/amd64`
  14. - OK **cargo**: `cargo 1.65.0`
  15. - OK **luarocks**: `/usr/bin/luarocks 3.8.0`
  16. - OK **Ruby**: `ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]`
  17. - OK **RubyGem**: `3.3.5`
  18. - OK **Composer**: `Composer version 2.5.1 2022-12-22 15:33:54`
  19. - OK **PHP**: `PHP 8.2.3 (cli) (built: Feb 14 2023 16:58:12) (NTS)`
  20. - OK **npm**: `9.5.0`
  21. - OK **node**: `v18.14.2`
  22. - OK **python3**: `Python 3.10.6`
  23. - OK **pip3**: `pip 22.0.2 from /usr/lib/python3/dist-packages/pip (python 3.10)`
  24. - WARNING **javac**: not available
  25. - WARNING **java**: not available
  26. - WARNING **julia**: not available
  27. - OK **wget**: `GNU Wget 1.21.2 built on linux-gnu.`
  28. - OK **curl**: `curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.13`
  29. - OK **gzip**: `gzip 1.10`
  30. - OK **tar**: `tar (GNU tar) 1.34`
  31. - WARNING **pwsh**: not available
  32. - OK **bash**: `GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)`
  33. - OK **sh**: `Ok`
  34. - OK GitHub API rate limit. Used: 0. Remaining: 60. Limit: 60. Reset: Sat Mar 11 14:06:52 2023.
  35.  
  36. ==============================================================================
  37. nvim: require("nvim.health").check()
  38.  
  39. Configuration ~
  40. - OK no issues found
  41.  
  42. Runtime ~
  43. - OK $VIMRUNTIME: /usr/share/nvim/runtime
  44.  
  45. Performance ~
  46. - OK Build type: RelWithDebInfo
  47.  
  48. Remote Plugins ~
  49. - OK Up to date
  50.  
  51. terminal ~
  52. - key_backspace (kbs) terminfo entry: `key_backspace=\177`
  53. - key_dc (kdch1) terminfo entry: `key_dc=\E[3~`
  54. - $SSH_TTY="/dev/pts/0"
  55.  
  56. ==============================================================================
  57. nvim-treesitter: require("nvim-treesitter.health").check()
  58.  
  59. Installation ~
  60. - OK `tree-sitter` found 0.20.7 (b268e412ad4848380166af153300464e5a1cf83f) (parser generator, only needed for :TSInstallFromGrammar)
  61. - OK `node` found v18.14.2 (only needed for :TSInstallFromGrammar)
  62. - OK `git` executable found.
  63. - OK `cc` executable found. Selected from { vim.NIL, "cc", "gcc", "clang", "cl", "zig" }
  64.   Version: cc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
  65. - OK Neovim was compiled with tree-sitter runtime ABI version 14 (required >=13). Parsers must be compatible with runtime ABI.
  66.  
  67. OS Info:
  68. {
  69.   machine = "x86_64",
  70.   release = "5.15.0-37-generic",
  71.   sysname = "Linux",
  72.   version = "#39-Ubuntu SMP Wed Jun 1 19:16:45 UTC 2022"
  73. } ~
  74.  
  75. Parser/Features         H L F I J
  76.   - c                   ✓ ✓ ✓ ✓ ✓
  77.   - cpp                 ✓ ✓ ✓ ✓ ✓
  78.   - go                  ✓ ✓ ✓ ✓ ✓
  79.   - help                ✓ . . . ✓
  80.   - lua                 ✓ ✓ ✓ ✓ ✓
  81.   - python              ✓ ✓ ✓ ✓ ✓
  82.   - query               ✓ ✓ ✓ ✓ ✓
  83.   - rust                ✓ ✓ ✓ ✓ ✓
  84.   - typescript          ✓ ✓ ✓ ✓ ✓
  85.   - vim                 ✓ ✓ ✓ . ✓
  86.  
  87.   Legend: H[ighlight], L[ocals], F[olds], I[ndents], In[j]ections
  88.          +) multiple parsers found, only one will be used
  89.          x) errors found in the query, try to run :TSUpdate {lang} ~
  90.  
  91. ==============================================================================
  92. provider: health#provider#check
  93.  
  94. Clipboard (optional) ~
  95. - OK Clipboard tool found: xsel
  96.  
  97. Python 3 provider (optional) ~
  98. - `g:python3_host_prog` is not set.  Searching for python3 in the environment.
  99. - Multiple python3 executables found.  Set `g:python3_host_prog` to avoid surprises.
  100. - Executable: /usr/bin/python3
  101. - Other python executable: /bin/python3
  102. - Python version: 3.10.6
  103. - pynvim version: 0.4.3
  104. - OK Latest pynvim is installed.
  105.  
  106. Python virtualenv ~
  107. - OK no $VIRTUAL_ENV
  108.  
  109. Ruby provider (optional) ~
  110. - Ruby: ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
  111. - Host: /usr/local/bin/neovim-ruby-host
  112. - OK Latest "neovim" gem is installed: 0.9.0
  113.  
  114. Node.js provider (optional) ~
  115. - Node.js: v18.14.2
  116. - Nvim node.js host: /usr/lib/node_modules/neovim/bin/cli.js
  117. - OK Latest "neovim" npm/yarn/pnpm package is installed: 4.10.1
  118.  
  119. Perl provider (optional) ~
  120. - WARNING "Neovim::Ext" cpan module is not installed
  121.   - ADVICE:
  122.     - See :help |provider-perl| for more information.
  123.     - You may disable this provider (and warning) by adding `let g:loaded_perl_provider = 0` to your init.vim
  124.  
  125. ==============================================================================
  126. telescope: require("telescope.health").check()
  127.  
  128. Checking for required plugins ~
  129. - OK plenary installed.
  130. - OK nvim-treesitter installed.
  131.  
  132. Checking external dependencies ~
  133. - OK rg: found ripgrep 13.0.0
  134. - OK fd: found fd 8.3.1
  135.  
  136. ===== Installed extensions ===== ~
  137.  
  138. ==============================================================================
  139. vim.lsp: require("vim.lsp.health").check()
  140.  
  141. - LSP log level : WARN
  142. - Log path: /home/tlviewer/.local/state/nvim/lsp.log
  143. - Log size: 108 KB
  144.  
  145. vim.lsp: Active Clients ~
  146. - lua_ls (id=1, root_dir=nil)
  147.  
  148. ==============================================================================
  149. vim.treesitter: require("vim.treesitter.health").check()
  150.  
  151. - Nvim runtime ABI version: 14
  152. - OK Parser: c          ABI: 13, path: /home/tlviewer/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/c.so
  153. - OK Parser: cpp        ABI: 14, path: /home/tlviewer/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/cpp.so
  154. - OK Parser: go         ABI: 14, path: /home/tlviewer/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/go.so
  155. - OK Parser: help       ABI: 14, path: /home/tlviewer/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/help.so
  156. - OK Parser: lua        ABI: 13, path: /home/tlviewer/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/lua.so
  157. - OK Parser: python     ABI: 14, path: /home/tlviewer/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/python.so
  158. - OK Parser: rust       ABI: 14, path: /home/tlviewer/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/rust.so
  159. - OK Parser: typescript ABI: 14, path: /home/tlviewer/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/typescript.so
  160. - OK Parser: vim        ABI: 14, path: /home/tlviewer/.local/share/nvim/site/pack/packer/start/nvim-treesitter/parser/vim.so
  161. - OK Parser: c          ABI: 13, path: /usr/lib/x86_64-linux-gnu/nvim/parser/c.so
  162. - OK Parser: help       ABI: 14, path: /usr/lib/x86_64-linux-gnu/nvim/parser/help.so
  163. - OK Parser: lua        ABI: 13, path: /usr/lib/x86_64-linux-gnu/nvim/parser/lua.so
  164. - OK Parser: query      ABI: 14, path: /usr/lib/x86_64-linux-gnu/nvim/parser/query.so
  165. - OK Parser: vim        ABI: 14, path: /usr/lib/x86_64-linux-gnu/nvim/parser/vim.so
  166.  
  167.  

Reply to "checkhealth-jammy"

Here you can reply to the paste above

captcha