This repository was archived by the owner on Aug 11, 2024. It is now read-only.
Adhoc buffer creation or option to restrict the number of buffers / entries when using lsp_finder #96
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Working with code that has a lot of references can cause problems when using
lsp_finder
in combination with other plugins. I guess mostly because a buffer is created for each entry.Describe the solution you'd like
I don't know how difficult, slow and resource heavy it would be to create a buffer on the fly. If it is reasonable, the finder could create the buffer only when a reference is actually inspected instead of creating them all in advance.
Describe alternatives you've considered
If adhoc buffer creation is not feasible, maybe an option to restrict the number of buffers or entries in the finder could be added.
The text was updated successfully, but these errors were encountered: