semanser / vim-outdated-plugins

🔄 Async Vim/Neovim plugin for showing the number of your outdated plugins
51 stars 4 forks source link

Improve performance #10

Closed kopach closed 5 years ago

kopach commented 5 years ago

Hi. This plugin is awesome. Thank you man. The only issue with it for me is that it slows down (just a little bit) my nvim during startup. So, it would be really cool to enhance that somehow.

I wasn't sure what will be the best way to demonstrate this issue, so I've recorded startup process of my nvim with this plugin and without.

With Plugin: with plugin

Without Plugin: without plugin

Please note how long it takes vim to show startup page after I hit enter

semanser commented 5 years ago

Hi @kopach, sorry for the delay.

The issue is fixed in 1.0.2. The plugin runs 4 times faster on my machine now.

kopach commented 5 years ago

Cool, thank you @semanser