Open sin-x opened 3 months ago
i have the sam issue, when i use long define, neovim will become very slow.
I've experienced this when using syntax folding, hence my recommendation to use FastFold plugin at the end of README.md in the front page. Have you tried this?
Thanks for your reply. I am in normal mode, long define will be very slow. But your recommendation to use FastFold plugin at the end of README.md is in insert mode. The FastFold plugin also overcomes this issue in normal mode?
Even though I set the foldmethod to marker, the problem still persists. When i use hjkl to move cursor, vim becomes very slow. But when I use Ctrl-f to scroll through pages, vim does't become slow.
"let g:verilog_quick_syntax = 1" will let long define don't become very slow. But automatic indentation will be desiabled.
Hi, When the cursor moves within the long define block, Vim becomes very slow. But when the cursor moves outside the range of the define, it becomes normal.
I have some files which have long defines. When move the cursor with these defines, it become very slow. So could you please help me find the problem?
The define like this but longer than this.