Advertisement
Guest User

Untitled

a guest
Dec 26th, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 7.26 KB | None | 0 0
  1. lspconfig: require("lspconfig.health").check()
  2. ========================================================================
  3.   - INFO: clangd: configuration checked.
  4.   - INFO: pyright: configuration checked.
  5.   - INFO: texlab: configuration checked.
  6.   - INFO: jsonls: configuration checked.
  7.   - INFO: bashls: configuration checked.
  8.   - INFO: jdtls: configuration checked.
  9.   - ERROR: sumneko_lua: The given command "/Users/kocierik/.local/share/nvim/lsp_servers/sumneko_lua/extension/server/bin/lua-language-server" is not executable.
  10.   - INFO: html: configuration checked.
  11.   - INFO: cssls: configuration checked.
  12.   - INFO: tsserver: configuration checked.
  13.  
  14. nvim: health#nvim#check
  15. ========================================================================
  16. ## Configuration
  17.   - OK: no issues found
  18.  
  19. ## Performance
  20.   - OK: Build type: Release
  21.  
  22. ## Remote Plugins
  23.   - OK: Up to date
  24.  
  25. ## terminal
  26.   - INFO: key_backspace (kbs) terminfo entry: key_backspace=^H
  27.   - INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
  28.   - INFO: $TERM_PROGRAM='iTerm.app'
  29.   - INFO: $COLORTERM='truecolor'
  30.  
  31. nvim-lsp-installer: require("nvim-lsp-installer.health").check()
  32. ========================================================================
  33. ## nvim-lsp-installer report
  34.   - WARNING: **Go**: not available
  35.   - WARNING: **Composer**: not available
  36.   - WARNING: **PHP**: not available
  37.   - OK: **tar**: `bsdtar 3.5.1 - libarchive 3.5.1 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.8 `
  38.   - OK: **gzip**: `Apple gzip 352.40.6`
  39.   - OK: **curl**: `curl 7.77.0 (x86_64-apple-darwin21.0) libcurl/7.77.0 (SecureTransport) LibreSSL/2.8.3 zlib/1.2.11 nghttp2/1.42.0`
  40.   - OK: **wget**: `GNU Wget 1.21.2 built on darwin20.4.0.`
  41.   - OK: **python3**: `Python 3.10.1`
  42.   - OK: **node**: `v17.3.0`
  43.   - OK: **Ruby**: `ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.x86_64-darwin21]`
  44.   - OK: **bash**: `GNU bash, version 5.1.12(1)-release (x86_64-apple-darwin21.1.0)`
  45.   - OK: **sh**: `Ok`
  46.   - OK: **RubyGem**: `3.0.3.1`
  47.   - OK: **java**: `javac 16.0.2`
  48.   - OK: **npm**: `6.14.15`
  49.   - OK: **pip3**: `pip 21.3.1 from /usr/local/lib/python3.10/site-packages/pip (python 3.10)`
  50.  
  51. nvim-treesitter: require("nvim-treesitter.health").check()
  52. ========================================================================
  53. ## Installation
  54.   - OK: `tree-sitter` found  0.20.1 (parser generator, only needed for :TSInstallFromGrammar)
  55.   - OK: `node` found v17.3.0 (only needed for :TSInstallFromGrammar)
  56.   - OK: `git` executable found.
  57.   - OK: `cc` executable found. Selected from { vim.NIL, "cc", "gcc", "clang", "cl", "zig" }
  58.     Version: Apple clang version 13.0.0 (clang-1300.0.29.30)
  59.   - OK: Neovim was compiled with tree-sitter runtime ABI version 13 (required >=13). Parsers must be compatible with runtime ABI.
  60.  
  61. ## Parser/Features H L F I J
  62.   - cpp            ✓ ✓ ✓ ✓ ✓
  63.   - typescript     ✓ ✓ ✓ ✓ ✓
  64.   - c              ✓ ✓ ✓ ✓ ✓
  65.   - bash           ✓ ✓ ✓ .
  66.   - css            ✓ . ✓ ✓ ✓
  67.   - html           ✓ ✓ ✓ ✓ ✓
  68.   - java           ✓ ✓ . ✓ ✓
  69.   - javascript     ✓ ✓ ✓ ✓ ✓
  70.   - latex          ✓ ..
  71.   - python         x ✓ ✓ ✓ ✓
  72.   - scss           ✓ . ..
  73.   - lua            ✓ ✓ ✓ ✓ ✓
  74.   - json           ✓ ✓ ✓ ✓ .
  75.  
  76.   Legend: H[ighlight], L[ocals], F[olds], I[ndents], In[j]ections
  77.          +) multiple parsers found, only one will be used
  78.          x) errors found in the query, try to run :TSUpdate {lang}
  79.  
  80. ## The following errors have been detected:
  81.   - ERROR: python(highlights): ...im/0.6.0/share/nvim/runtime/lua/vim/treesitter/query.lua:161: query: invalid node type at position 5614
  82.  
  83. provider: health#provider#check
  84. ========================================================================
  85. ## Clipboard (optional)
  86.   - OK: Clipboard tool found: pbcopy
  87.  
  88. ## Python 2 provider (optional)
  89.   - WARNING: No Python executable found that can `import neovim`. Using the first available executable for diagnostics.
  90.   - ERROR: Python provider error:
  91.     - ADVICE:
  92.       - provider/pythonx: Could not load Python 2:
  93.           /usr/bin/python2 does not have the "neovim" module. :help |provider-python|
  94.           /usr/bin/python2.7 does not have the "neovim" module. :help |provider-python|
  95.           python2.6 not found in search path or not executable.
  96.           /usr/local/bin/python is Python 3.10 and cannot provide Python 2.
  97.   - INFO: Executable: Not found
  98.  
  99. ## Python 3 provider (optional)
  100.   - WARNING: No Python executable found that can `import neovim`. Using the first available executable for diagnostics.
  101.   - ERROR: Python provider error:
  102.     - ADVICE:
  103.       - provider/pythonx: Could not load Python 3:
  104.           /usr/local/opt/python@3.10/bin/python3 does not have the "neovim" module. :help |provider-python|
  105.           /usr/local/opt/python@3.10/bin/python3.10 does not have the "neovim" module. :help |provider-python|
  106.           /usr/local/bin/python3.9 does not have the "neovim" module. :help |provider-python|
  107.           python3.8 not found in search path or not executable.
  108.           python3.7 not found in search path or not executable.
  109.           python3.6 not found in search path or not executable.
  110.           /usr/local/bin/python does not have the "neovim" module. :help |provider-python|
  111.   - INFO: Executable: Not found
  112.  
  113. ## Python virtualenv
  114.   - OK: no $VIRTUAL_ENV
  115.  
  116. ## Ruby provider (optional)
  117.   - INFO: Ruby: ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.x86_64-darwin21]
  118.   - INFO: Host: /usr/local/bin/neovim-ruby-host
  119.   - OK: Latest "neovim" gem is installed: 0.9.0
  120.  
  121. ## Node.js provider (optional)
  122.   - INFO: Node.js: v17.3.0
  123.   - WARNING: Missing "neovim" npm (or yarn) package.
  124.     - ADVICE:
  125.       - Run in shell: npm install -g neovim
  126.       - Run in shell (if you use yarn): yarn global add neovim
  127.  
  128. ## Perl provider (optional)
  129.   - ERROR: perl provider error:
  130.     - ADVICE:
  131.       - "Neovim::Ext" cpan module is not installed
  132.  
  133. telescope: require("telescope.health").check()
  134. ========================================================================
  135. ## Checking for required plugins
  136.   - OK: plenary installed.
  137.   - OK: nvim-treesitter installed.
  138.  
  139. ## Checking external dependencies
  140.   - OK: rg: found ripgrep 13.0.0
  141.   - OK: fd: found fd 8.3.0
  142.  
  143. ## ===== Installed extensions =====
  144.  
  145. vim.lsp: require("vim.lsp.health").check()
  146. ========================================================================
  147.   - INFO: LSP log level : WARN
  148.   - INFO: Log path: /Users/kocierik/.cache/nvim/lsp.log
  149.   - INFO: Log size: 88985 KB
  150.  
  151. vim.treesitter: require("vim.treesitter.health").check()
  152. ========================================================================
  153.   - INFO: Runtime ABI version : 13
  154.   - OK: Loaded parser for bash: ABI version 13
  155.   - OK: Loaded parser for c: ABI version 13
  156.   - OK: Loaded parser for cpp: ABI version 13
  157.   - OK: Loaded parser for css: ABI version 13
  158.   - OK: Loaded parser for html: ABI version 13
  159.   - OK: Loaded parser for java: ABI version 13
  160.   - OK: Loaded parser for javascript: ABI version 13
  161.   - OK: Loaded parser for json: ABI version 13
  162.   - OK: Loaded parser for latex: ABI version 13
  163.   - OK: Loaded parser for lua: ABI version 13
  164.   - OK: Loaded parser for python: ABI version 13
  165.   - OK: Loaded parser for scss: ABI version 13
  166.   - OK: Loaded parser for typescript: ABI version 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement