-
|
I keep my neovim config synced between hosts. I started doing some Python work on one host so did MasonInstall and got ruff. Now on another host at every start of neovim I get an error about failing to install ruff. Here is the error I am able to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi @grifferz,
Not sure if all the steps are necessary as I am a newbie in neovim but it worked. Good luck! |
Beta Was this translation helpful? Give feedback.
Hi @grifferz,
While using Lazyvim, I faced the same issue for ruff and solved it this way:
:MasonInstall ruffsudo apt install python3-venv:MasonInstall ruffagain.Not sure if all the steps are necessary as I am a newbie in neovim but it worked. Good luck!