pangloss / vim-javascript

Vastly improved Javascript indentation and syntax support in Vim.
http://www.vim.org/scripts/script.php?script_id=4452
3.79k stars 357 forks source link

redrawtime exceeded syntax highlighting disabled #1227

Open ghost opened 3 years ago

ghost commented 3 years ago

Using this plugin and opening firefox's pref.js file and scrolling past one or two pages makes neovim lag a lot and then throw this error

redrawtime exceeded syntax highlighting disabled

I disabled this plugin and opened the file again and it doesn't lag or throw any errors.

Even if I set redrawtime=10000, the lag still remains.