Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In neovim, when you press Space + ld to view error messages, you may see the message E492: Not an editor command: TroubleToggle document_diagnostics. #1320

Open
3 tasks done
Aphelios2022 opened this issue Jul 6, 2024 · 1 comment
Labels
invalid:install Issues caused by incomplete installation nvim:legacy Compatibility issues caused by legacy Neovim builds packaging Lazy.nvim or mason.nvim related issues

Comments

@Aphelios2022
Copy link

Version confirmation

  • Confirm

Following prerequisites

  • Confirm

Not a user config issue

  • Confirm

Neovim version

NVIM 0.9.6

Operating system/version

WSL:Ubuntu 22.04.3

Terminal name/version

powershell 7-preview

$TERM environment variable

No response

Branch info

0.9 (Legacy)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

When I have a syntax error in my .c file, I press Space+ld to view the error message, but the command line prompts E492: Not an editor command: TroubleToggle document_diagnostics.
Snipaste_2024-07-06_16-33-55

Expected behavior

I hope the window of error diagnosis information can pop up normally.

Actual behavior

No response

Additional information

No response

@Aphelios2022 Aphelios2022 added the bug Something isn't working label Jul 6, 2024
@Jint-lzxy
Copy link
Collaborator

If u r using Neovim 0.9, only the plugins with versions specified in the lockfile will work. u could either upgrade to Neovim 0.10 or use git switch --no-create 0.9 and then :Lazy restore (in Neovim) to restore the plugins to versions compatible with Neovim 0.9.

@Jint-lzxy Jint-lzxy added invalid:install Issues caused by incomplete installation nvim:legacy Compatibility issues caused by legacy Neovim builds packaging Lazy.nvim or mason.nvim related issues and removed bug Something isn't working labels Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid:install Issues caused by incomplete installation nvim:legacy Compatibility issues caused by legacy Neovim builds packaging Lazy.nvim or mason.nvim related issues
Projects
None yet
Development

No branches or pull requests

2 participants