danth / pathfinder.vim

Vim plugin to suggest better movements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freezes when handling large files

danth opened this issue · comments

Vim freezes for a while when transferring a large file to the server for pathfinding.

Possible Solution

If a buffer is read-only, or unmodified, send only the file path and allow the server to read it from disk. This will not work while editing, but since this problem occurs most often with the help pages it can be at least an improvement.