https://github.com/semanser/vim-outdated-plugins
🔄 Async Vim/Neovim plugin for showing the number of your outdated plugins
https://github.com/semanser/vim-outdated-plugins
async-vim neovim outdated-plugins vim vim-plug vim-plugin vim-support
Last synced: 3 days ago
JSON representation
🔄 Async Vim/Neovim plugin for showing the number of your outdated plugins
- Host: GitHub
- URL: https://github.com/semanser/vim-outdated-plugins
- Owner: semanser
- Created: 2018-02-17T20:33:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T01:09:17.000Z (about 2 years ago)
- Last Synced: 2025-09-23T10:42:30.394Z (14 days ago)
- Topics: async-vim, neovim, outdated-plugins, vim, vim-plug, vim-plugin, vim-support
- Language: Vim script
- Homepage:
- Size: 36.1 KB
- Stars: 51
- Watchers: 3
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# vim-outdated-plugins
Async plugin for showing number of your outdated plugins.## What it does?
This plugin automatically checks if any of your plugins are outdated and display a message about that.To use this plugin make sure you have **git** installed.
## Installation
```vim
Plug 'semanser/vim-outdated-plugins'
```## Configuration
```vim
" Do not show any message if all plugins are up to date. 0 by default
let g:outdated_plugins_silent_mode = 1
```## Screenshots
Simple message text message under the status bar.
### OS
- [x] macOS
- [x] Linux
- [ ] Windows### Plugin Managers:
- [x] vim-plug
- [ ] Vundle
- [ ] Pathogen
- [ ] dein.vim
- [ ] NeoBundle
- [ ] VAM
### Notificatation methods
- [x] Basic echo
- [ ] Status line variable