You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] I have read through the manual page of fzf (man fzf)
[x ] I have searched through the existing issues
Basically the title is self explanatory, when running nvim +Helptags in bash nvim open helptags fzf with 14K entries, closing and refreshing it manually gives around 15K.
Any idea how to make fzf wait for all helptags to load before displaying :Helptags from bash or reloading it dynamically?
The text was updated successfully, but these errors were encountered:
Huh yeah also forgot to mention I use lazy.
Is there a simple straight forward way to load / disable this feature per this command or would I have to make somewhat of a global sacrifice to make this Helptags feature work properly?
All I'm trying to achieve is access to full nvim helptags list with a keyboard shortcut from bash
I'm not familiar with "lazy" and I'm not even a Neovim user, so I can't be of much help. But if it provides an API to load plugins that are not yet loaded, you can write your own command that
man fzf
)Basically the title is self explanatory, when running
nvim +Helptags
in bash nvim open helptags fzf with 14K entries, closing and refreshing it manually gives around 15K.Any idea how to make fzf wait for all helptags to load before displaying
:Helptags
from bash or reloading it dynamically?The text was updated successfully, but these errors were encountered: