Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T01:09:17.000Z (over 1 year ago)
- Last Synced: 2024-10-11T18:12:22.773Z (27 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: 4
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Vim support](https://img.shields.io/badge/vim-support-brightgreen.svg?style=flat-square)
![Vim support](https://img.shields.io/badge/neovim-support-brightgreen.svg?style=flat-square)
![GitHub release](https://img.shields.io/github/release/semanser/vim-outdated-plugins.svg?style=flat-square)# 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.![alt text](https://raw.githubusercontent.com/semanser/vim-outdated-plugins/master/images/outdated.png)
![alt text](https://raw.githubusercontent.com/semanser/vim-outdated-plugins/master/images/updated.png)### 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