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
It seems like spelunker makes nvim (and vim?) really slow to open large files.
With this plugin enabled, nvim switch from ~500ms to +8s to open a +7000 lines file. I've tried this just by switching g:enable_spelunker_vim from 0 to 1.
I know about this var: g:spelunker_check_type, but I still'd like to have "auto refreshing" spell checking.
Could it be possible to check for spelling errors in a way that doesn't block vim?
I don't know what other info I could give you, maybe you already have a hack to make it faster?
Anyway, thanks for this plugin, it's really great!
The text was updated successfully, but these errors were encountered:
It seems like spelunker makes nvim (and vim?) really slow to open large files.
With this plugin enabled, nvim switch from ~500ms to +8s to open a +7000 lines file. I've tried this just by switching
g:enable_spelunker_vim
from 0 to 1.I know about this var:
g:spelunker_check_type
, but I still'd like to have "auto refreshing" spell checking.Could it be possible to check for spelling errors in a way that doesn't block vim?
I don't know what other info I could give you, maybe you already have a hack to make it faster?
Anyway, thanks for this plugin, it's really great!
The text was updated successfully, but these errors were encountered: