squishram

Results 5 comments of squishram

No worries at all! I really appreciate you looking into it. I found `clever-f.vim` because I migrated from `lightspeed.nvim` (which includes `clever-f.vim`-like functionality) over to `leap.nvim` (which doesn't) and couldn't...

I'll use the binary instead for now, thanks. To clarify: I know that the AUR doesn't always work as expected, but from what I can tell the helper is simply...

Do you mean go to `~/.local/share/nvim/lazy/jupynium.nvim/ and run `pip3 install --user .`? I get ``` error: externally-managed-environment ``` I get the same problems whether I attempt to use jupynium in...

To others with this problem, the solution is to use ``` sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old ``` which removes the limitations on using externally managed packages -- this will likely be...

> I'm using arch linux but I think that's not a problem related to jupynium. I think the error: externally-managed-environment means you are trying to install jupynium with the system...