You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
ok: neovim was compiled with tree-sitter runtime abi version 14 (required >=13). parsers must be compatible with runtime abi.
parser/features h l f i j
javascript ✓ ✓ ✓ ✓ ✓
rust ✓ ✓ ✓ ✓ ✓
css ✓ . ✓ ✓ ✓
lua ✓ ✓ ✓ ✓ ✓
norg ✓ . ✓ . ✓
svelte ✓ . ✓ ✓ ✓
comment ✓ . . . .
html ✓ ✓ ✓ ✓ ✓
c ✓ ✓ ✓ ✓ ✓
bash ✓ ✓ ✓ . ✓
go ✓ ✓ ✓ ✓ ✓
legend: h[ighlight], l[ocals], f[olds], i[ndents], in[j]ections
+) multiple parsers found, only one will be used
x) errors found in the query, try to run :tsupdate {lang}
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:
/usr/local/bin/python3 does not have the "neovim" module.
python3.10 not found in search path or not executable.
/usr/local/bin/python3.9 does not have the "neovim" module.
python3.8 not found in search path or not executable.
python3.7 not found in search path or not executable.
/usr/bin/python is python 2.7 and cannot provide python 3.
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
Current Behavior:
When using Telescope to browse files with
<leader> + .
, it throws[telescope.run_command]: Unknown command
although health check is OKExpected Behavior:
Browsing files like before
Steps To Reproduce:
<leader> + .
Logs
Check Health Output
nvim: health#nvim#check
configuration
performance
remote plugins
terminal
nvim-lsp-installer: require("nvim-lsp-installer.health").check()
nvim-lsp-installer report
bsdtar 3.5.1 - libarchive 3.5.1 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.8
apple gzip 352.40.6
python 3.9.13
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.x86_64-darwin21]
gnu bash, version 5.1.16(1)-release (x86_64-apple-darwin21.1.0)
ok
gnu wget 1.21.3 built on darwin21.3.0.
go version go1.17.10 darwin/amd64
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
v18.0.0
ok
3.0.3.1
pip 22.1.1 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
8.6.0
nvim-treesitter: require("nvim-treesitter.health").check()
installation
tree-sitter
found 0.20.6 (parser generator, only needed for :tsinstallfromgrammar)node
found v18.0.0 (only needed for :tsinstallfromgrammar)git
executable found./usr/local/bin/gcc-11
executable found. selected from { "/usr/local/bin/gcc-11", "cc", "gcc", "clang", "cl", "zig" }version: gcc-11 (homebrew gcc 11.3.0_2) 11.3.0
parser/features h l f i j
legend: h[ighlight], l[ocals], f[olds], i[ndents], in[j]ections
+) multiple parsers found, only one will be used
x) errors found in the query, try to run :tsupdate {lang}
provider: health#provider#check
clipboard (optional)
python 3 provider (optional)
import neovim
. using the first available executable for diagnostics./usr/local/bin/python3 does not have the "neovim" module.
python3.10 not found in search path or not executable.
/usr/local/bin/python3.9 does not have the "neovim" module.
python3.8 not found in search path or not executable.
python3.7 not found in search path or not executable.
/usr/bin/python is python 2.7 and cannot provide python 3.
let g:loaded_python3_provider = 0
to your init.vimpython virtualenv
ruby provider (optional)
neovim-ruby-host
not found.gem install neovim
to ensure the neovim rubygem is installed.gem environment
to ensure the gem bin directory is in $path.let g:loaded_ruby_provider = 0
to your init.vimnode.js provider (optional)
let g:loaded_node_provider = 0
to your init.vimperl provider (optional)
let g:loaded_perl_provider = 0
to your init.vimvim.lsp: require("vim.lsp.health").check()
vim.treesitter: require("vim.treesitter.health").check()
which_key: health#which_key#check
whichkey: checking conflicting keymaps
<plug>kommentary_motion_default
Doom Report Output
Doom Nvim crash report
System and Doom Nvim information
doom_root
variable:/Users/icy/.config/nvim
doom_configs_root
variable:/Users/icy/.config/nvim
Begin error log dump
End log dump
Anything else:
The text was updated successfully, but these errors were encountered: