derekwyatt / vim-scala

My work on integration of Scala into Vim - not a ton here, but useful for me.
http://derekwyatt.org
Apache License 2.0
1.09k stars 144 forks source link

Vim high CPU usage #89

Closed dimparf closed 9 years ago

dimparf commented 9 years ago

When I open more than 8 files Vim makes heavy load on the CPU. If I remove the plug-in (syntax highlighting) then everything is OK.

derekwyatt commented 9 years ago

I regularly have dozens of scala files open in Vim, never a problem. You've got some other plugin that's the problem, and if it's related to syntax highlighting, I expect that you've got some interesting syntax-related plugin that's the problem, and by getting rid of the syntax highlighting aspect of the scala plugin, you're eliminating the problem with the other plugin.

At any rate, unless you can prove that it has something to do with the vim-scala plugin, I'm going to keep this one closed.