vim-outdated-plugins
vim-outdated-plugins copied to clipboard
🔄 Async Vim/Neovim plugin for showing the number of your outdated plugins
The plugin shows, that there is 1 plugin to update however all plugins are up to date. With `let g:outdated_plugins_silent_mode = 1` option enabled - no messages is shown (as...
This fixes /issues/14 for me (I have coc.nvim checked out from the release branch). Additionally, there was some other race-condition-like behavior going on where the on_stdout callback was apparently entered...
Fixes problem where `&cpo` is set to the default and never reset to the user's settings for it.
Hi, Looks like a nice plugin. This is really just a feature suggestion. Personally, I don't rmember to do PlugUpgrade very often. It's probably not a big deal, since it's...
For plugins that are following a branch that is not master. (i.e. if you had `Plug 'neoclide/coc.nvim', {'branch': 'release'}`), outdated-plugins would incorrectly mark that plugin as not updated if the...
As suggested @kiryph [here](https://github.com/junegunn/vim-plug/issues/493#issuecomment-377881517) will be cool to trigger a check not on vim start, but also after some interval.
Currently plugin checks for all updates for all installed plugins, but it needs to check only for active ones.