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
- Host: GitHub
- URL: https://github.com/lutobler/vis-git-status
- Owner: lutobler
- License: mit
- Created: 2017-09-09T20:14:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T14:10:10.000Z (over 5 years ago)
- Last Synced: 2024-08-07T18:40:04.395Z (almost 2 years ago)
- Topics: plugin, text-editor, vis
- Language: Lua
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```