Ask HN: Python Code Jumping in Vim?
https://news.ycombinator.com/item?id=21635902I’m having trouble finding a good vim solution for jumping to definitions and renaming that also supports pipenv. So far I’ve tried ctags (which sucks) and am now giving python language server a try but it’s proving to be a complex setup and pipenv support is rough. Any ideas? Not sure why all the solutions out there seem to suck so much.