symbols-outline.nvim
symbols-outline.nvim copied to clipboard
Slow auto_preview
auto_preview seems to refresh around 4000 seconds (the default updatetime) after moving my cursor. Updating my updatetime to be faster doesn't have any effect on this delay. I've seen others have much faster refresh times, so I'm not sure why my delay is so long.
After a lot of time, I found that I can achieve my desired instant_preview behaviour by updating this aucommand to also include the CursorMoved event. Do you have any idea what causes this long delay?
Not sure but check this out https://github.com/antoinemadec/FixCursorHold.nvim
Not sure but check this out https://github.com/antoinemadec/FixCursorHold.nvim
ahahah I already use this plugin so CursorHold works now :) the timing thing is an issue tho.
Also, I've created a PR to add an instant_preview feature (delay=0) which should address this!