Evade Flow
Evade Flow
Just chiming in to confirm: I had the same problem, and making this change to my `requirements.txt` file fixed it: ```diff diff --git a/requirements.txt b/requirements.txt index 92fb4e5..6ca12d7 100644 --- a/requirements.txt...
Hi, all. @rodpl's advice fixed a problem I've been living with a few years(!) now but was too lazy to fix. For me, what happened is: after updating maglev, my...
I just spent the last couple of weekends installing WSL2 for the first time, and trying to get neovim working reasonably with Windows Terminal. And it looks pretty good—*great*, actually:...
Thanks for the tip about `g:started_by_firenvim` (a.k.a., `vim.g.started_by_firenvim` in Lua) to conditionally switch on/off certain behaviors. That really seems to be the key to making firenvim work without messing up...