Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 853 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 853 Bytes

dirgutter

Dirgutter provides signs for dirvish buffers just like gitgutter does for file buffers.

Disclaimer

This plugin is in an early alpha stage!

Installation

I would recommend using minpac which makes extensive use of the package feature which was added to Vim 8 and Neovim.

call minpac#add('https://gitlab.com/mrossinek/vim-dirgutter')

Other package managers work in a similar fashion.

Usage

Dirgutter provides a single command: :Dirgutter which populates the sign-column with the results of the short git status command. It also sets up an autocommand to run this command whenever entering a buffer.

For more information take a look at :help dirgutter.