Vim/FuzzyFinder freezes when doing :FufCoverageFile

72 Views Asked by At

While working on (presumably) any file in this project in Vim, when I type :FufCoverageFile, Vim freezes and I have to completely exit the terminal window.

I thought it might be a cross-project issue with my .vimrc, but I've only ever seen it happen on this project. (Granted it probably still is a global issue with my config, just more subtle.)

I thought it might be an issue with vim sessions, but it happens whether or not I'm using a session. Plus, I deleted the project-specific session from ~/.vim/session and the issue persisted.

I considered (but didn't really believe) that it might be an issue with tmux, but it happens whether or not I'm inside a tmux session.

Just what in the heck. :)

Here is my .vimrc at tme of posting, for reference. Thanks for any help you can provide!

0

There are 0 best solutions below