An open API service indexing awesome lists of open source software.

https://github.com/lutobler/vis-git-status

Vis plugin for displaying git information in the status bar
https://github.com/lutobler/vis-git-status

plugin text-editor vis

Last synced: 12 months ago
JSON representation

Vis plugin for displaying git information in the status bar

Awesome Lists containing this project

README

          

# vis-git-status

`vis-git-status` is a [vis](https://github.com/martanne/vis) plugin that wil display git information about the current file in the status bar (branch, has branch changed, how many commits ahead/behind).

### Installation

Clone the repo to your vis plugins directory (`~/.config/vis/plugins`) and add
this to your `visrc.lua`:
```
require("plugins/vis-git-status")
```