-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Setup --preview
flag for neovim lsp
#12408
Comments
If you want to enable preview for lint, why not just set it in the configuration file(e.g. pyproject.toml, ruff.toml)? These are the relevant link to the settings: Edit: |
I think update to 0.5.3 will solve it. |
Update 0.5.3 did indeed solve my issue. Thank you, @T-256! |
Yes, this was indicated as a breaking change in |
Closing this issue as resolved. Feel free to ask any other questions that you might have. |
Should this PR be mentioned in Editors > Setup > Neovim? |
Yeah, good idea. |
Keywords
"neovim", "nvim", "lsp", "ruff", "server", "--preview"
Code/settings example
Ruff version
0.5.2
Issue
On medium to big projects (i.e. uvicorn) I get the following warning:
Question
How can I set that flag while using nvim? I tried the following
But it does not solve the issue (probably because this is a LINTER option, and not a SERVER option.
The text was updated successfully, but these errors were encountered: