This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Setting up linting with rye and nvim
#1434
Unanswered
acemasterjb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was wondering if someone can help me out with integrating
ryewithnvim.I was using vscode up until recently, where it was pretty easy to switch between
ryeinstances/binaries on my system.On neovim, this is a bit difficult for me, and it seems like the only way I could get it to agree with my rye install (and with pyright or ruff) is to first
. .venv/bin/activateThen open
nvimin the directory I ranrye initon. Is there a more idiomatic way of doing this with rye where I can continue to dorye [add, sync, etc]?Beta Was this translation helpful? Give feedback.
All reactions