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
-
Hello, I was wondering if someone can help me out with integrating
rye
withnvim
.I was using vscode up until recently, where it was pretty easy to switch between
rye
instances/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/activate
Then open
nvim
in the directory I ranrye init
on. 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