doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1k stars 108 forks source link

[BUG] <[telescope.run_command]: Unknown command> #357

Open icyrogue opened 2 years ago

icyrogue commented 2 years ago

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:

  1. In Nvim 7.0
  2. 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-sitter` found 0.20.6 (parser generator, only needed for :tsinstallfromgrammar) - ok: `node` found v18.0.0 (only needed for :tsinstallfromgrammar) - ok: `git` executable found. - ok: `/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 - 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 - 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-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) - 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 = 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() ======================================================================== - 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: `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_root` variable**: `/Users/icy/.config/nvim` - **`doom_configs_root` variable**: `/Users/icy/.config/nvim` ### Begin error log dump ``` ``` ### End log dump

Anything else:

arnm commented 1 year ago

still an issue ....

stuart-warren commented 1 year ago

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

xuoutput commented 9 months ago

bump