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
I don't mind a slow load for files over 1000 lines or so. The issue i am having is that on these large files, it loads slow and turns off syntax highlighting. I can turn highlight back on and it works normally with folding but every time i load the buffer i have to turn :syntax on.
Any work arounds or ideas to both use folding on large files and keep highlighting? I know about 'let g:ruby_fold_lines_limit = 600' and it keeps syntax hightlighting but i lose folding abiltity. I've really come to rely on folding.