Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use branch when checking for new commits #15

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 21 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,54 @@
![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

" Trigger :PlugUpdate as needed
let g:outdated_plugins_trigger_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

- [x] vim-plug
- [ ] Vundle
- [ ] Pathogen
- [ ] dein.vim
- [ ] NeoBundle
- [ ] VAM

### Notificatation methods

- [x] Basic echo
- [ ] Status line variable
295 changes: 0 additions & 295 deletions autoload/async/job.vim

This file was deleted.

Loading