doom-nvim
doom-nvim copied to clipboard
[BUG] <[telescope.run_command]: Unknown command>
Current Behavior:
When using Telescope to browse files with <leader> + . , it throws [telescope.run_command]: Unknown command although health check is OK
Expected Behavior:
Browsing files like before
Steps To Reproduce:
- In Nvim 7.0
- Run
<leader> + .
Logs
Check Health Output
nvim: health#nvim#check
configuration
- ok: no issues found
performance
- ok: build type: release
remote plugins
- ok: up to date
terminal
- info: key_backspace (kbs) terminfo entry: key_backspace=\177
- info: key_dc (kdch1) terminfo entry: key_dc=\e[3~
- info: $colorterm='truecolor'
nvim-lsp-installer: require("nvim-lsp-installer.health").check()
nvim-lsp-installer report
- ok: neovim version >= 0.6.0
- warning: composer: not available
- warning: php: not available
- warning: julia: not available
- ok: tar:
bsdtar 3.5.1 - libarchive 3.5.1 zlib/1.2.11 liblzma/5.0.5 bz2lib/1.0.8 - ok: gzip:
apple gzip 352.40.6 - ok: python3:
python 3.9.13 - warning: javac: not available
- ok: ruby:
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.x86_64-darwin21] - ok: bash:
gnu bash, version 5.1.16(1)-release (x86_64-apple-darwin21.1.0) - ok: sh:
ok - ok: wget:
gnu wget 1.21.3 built on darwin21.3.0. - ok: go:
go version go1.17.10 darwin/amd64 - 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 - ok: node:
v18.0.0 - ok: java:
ok - ok: rubygem:
3.0.3.1 - ok: pip3:
pip 22.1.1 from /usr/local/lib/python3.9/site-packages/pip (python 3.9) - ok: npm:
8.6.0
nvim-treesitter: require("nvim-treesitter.health").check()
installation
- ok:
tree-sitterfound 0.20.6 (parser generator, only needed for :tsinstallfromgrammar) - ok:
nodefound v18.0.0 (only needed for :tsinstallfromgrammar) - ok:
gitexecutable found. - ok:
/usr/local/bin/gcc-11executable 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 - 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 = 0to your init.vim
- advice:
- info: executable: not found
python virtualenv
- ok: no $virtual_env
ruby provider (optional)
- info: ruby: ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.x86_64-darwin21]
- warning:
neovim-ruby-hostnot found.- advice:
- run
gem install neovimto ensure the neovim rubygem is installed. - run
gem environmentto 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 = 0to your init.vim
- run
- advice:
node.js provider (optional)
- info: node.js: v18.0.0
- warning: missing "neovim" npm (or yarn) package.
- advice:
- run in shell: npm install -g neovim
- run in shell (if you use yarn): yarn global add neovim
- you may disable this provider (and warning) by adding
let g:loaded_node_provider = 0to your init.vim
- advice:
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 = 0to your init.vim
- advice:
vim.lsp: require("vim.lsp.health").check()
- info: lsp log level : warn
- info: log path: /users/icy/.cache/nvim/lsp.log
- info: log size: 3242 kb
vim.treesitter: require("vim.treesitter.health").check()
- info: runtime abi version : 14
- ok: loaded parser for bash: abi version 13
- ok: loaded parser for c: abi version 13
- ok: loaded parser for comment: abi version 13
- ok: loaded parser for css: abi version 13
- ok: loaded parser for go: abi version 13
- ok: loaded parser for html: abi version 13
- ok: loaded parser for javascript: abi version 13
- ok: loaded parser for lua: abi version 13
- ok: loaded parser for norg: abi version 13
- ok: loaded parser for rust: abi version 13
- ok: loaded parser for svelte: abi version 13
which_key: health#which_key#check
whichkey: checking conflicting keymaps
- warning: conflicting keymap exists for mode "n", lhs: "gc"
- info: rhs:
<plug>kommentary_motion_default
Doom Report Output
Doom Nvim crash report
Report date: 2022-07-03 12:16:55
System and Doom Nvim information
- OS: Darwin
- Neovim version: 0.7.0
- Doom Nvim information:
- version: 3.3.0
doom_rootvariable:/Users/icy/.config/nvimdoom_configs_rootvariable:/Users/icy/.config/nvim
Begin error log dump
End log dump
Anything else:
still an issue ....
changing lazy to false in the telescope-file-browser package seems to work
https://github.com/doom-neovim/doom-nvim/blob/d878cd9a69eb86ad10177d3f974410317ab9f2fe/lua/doom/modules/features/telescope/init.lua#L63
bump