Skip to content

Instantly share code, notes, and snippets.

@aravezskinteeth
Created May 24, 2023 16:26
Show Gist options
  • Save aravezskinteeth/9f493e49a06397871fa8e11cf22f9d01 to your computer and use it in GitHub Desktop.
Save aravezskinteeth/9f493e49a06397871fa8e11cf22f9d01 to your computer and use it in GitHub Desktop.
Neovim log health
==============================================================================
astronvim: require("astronvim.health").check()
AstroNvim ~
- AstroNvim Version: v3.10.2
- Neovim Version: v0.9.0
- OK Using stable Neovim >= 0.8.0
- OK `git` is installed: Used for core functionality such as updater and plugin management
- OK `open` is installed: Used for `gx` mapping for opening files with system opener (Optional)
- OK `lazygit` is installed: Used for mappings to pull up git TUI (Optional)
- OK `node` is installed: Used for mappings to pull up node REPL (Optional)
- OK `gdu` is installed: Used for mappings to pull up disk usage analyzer (Optional)
- WARNING `btm` is not installed: Used for mappings to pull up system monitor (Optional)
- OK `python` is installed: Used for mappings to pull up python REPL (Optional)
==============================================================================
lazy: require("lazy.health").check()
lazy.nvim ~
- OK Git installed
- WARNING found existing packages at `/Users/skinofmyeden/.local/share/nvim/site/pack/packer`
- OK packer_compiled.lua not found
==============================================================================
nvim: require("nvim.health").check()
Configuration ~
- OK no issues found
Runtime ~
- OK $VIMRUNTIME: /usr/local/Cellar/neovim/0.9.0/share/nvim/runtime
Performance ~
- OK Build type: Release
- WARNING Slow shell invocation (took 2.31 seconds).
Remote Plugins ~
- OK Up to date
terminal ~
- key_backspace (kbs) terminfo entry: `key_backspace=\177`
- key_dc (kdch1) terminfo entry: `key_dc=\E[3~`
- $COLORTERM="truecolor"
==============================================================================
provider: health#provider#check
Clipboard (optional) ~
- OK Clipboard tool found: pbcopy
Python 3 provider (optional) ~
- WARNING No Python executable found that can `import neovim`. Using the first available executable for diagnostics.
- WARNING Could not load Python 3:
/Users/skinofmyeden/miniconda/bin/python3 does not have the "neovim" module.
/Users/skinofmyeden/miniconda/bin/python3.10 does not have the "neovim" module.
python3.9 not found in search path or not executable.
python3.8 not found in search path or not executable.
python3.7 not found in search path or not executable.
/Users/skinofmyeden/miniconda/bin/python does not have the "neovim" module.
- ADVICE:
- See :help |provider-python| for more information.
- You may disable this provider (and warning) by adding `let g:loaded_python3_provider = 0` to your init.vim
- Executable: Not found
Python virtualenv ~
- OK no $VIRTUAL_ENV
Ruby provider (optional) ~
- Ruby: ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin21]
- 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.
- You may disable this provider (and warning) by adding `let g:loaded_ruby_provider = 0` to your init.vim
Node.js provider (optional) ~
- Node.js: v20.2.0
- WARNING Missing "neovim" npm (or yarn, pnpm) package.
- ADVICE:
- Run in shell: npm install -g neovim
- Run in shell (if you use yarn): yarn global add neovim
- Run in shell (if you use pnpm): pnpm install -g neovim
- You may disable this provider (and warning) by adding `let g:loaded_node_provider = 0` to your init.vim
Perl provider (optional) ~
- WARNING "Neovim::Ext" cpan module is not installed
- ADVICE:
- See :help |provider-perl| for more information.
- You may disable this provider (and warning) by adding `let g:loaded_perl_provider = 0` to your init.vim
==============================================================================
vim.lsp: require("vim.lsp.health").check()
- LSP log level : WARN
- Log path: /Users/skinofmyeden/.local/state/nvim/lsp.log
- Log size: 2067 KB
vim.lsp: Active Clients ~
- No active clients
==============================================================================
vim.treesitter: require("vim.treesitter.health").check()
- Nvim runtime ABI version: 14
- OK Parser: c ABI: 13, path: /usr/local/Cellar/neovim/0.9.0/lib/nvim/parser/c.so
- OK Parser: lua ABI: 13, path: /usr/local/Cellar/neovim/0.9.0/lib/nvim/parser/lua.so
- OK Parser: query ABI: 14, path: /usr/local/Cellar/neovim/0.9.0/lib/nvim/parser/query.so
- OK Parser: vim ABI: 14, path: /usr/local/Cellar/neovim/0.9.0/lib/nvim/parser/vim.so
- OK Parser: vimdoc ABI: 14, path: /usr/local/Cellar/neovim/0.9.0/lib/nvim/parser/vimdoc.so
==============================================================================
which_key: health#which_key#check
WhichKey: checking conflicting keymaps ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment