Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
/ vim-dirgutter Public archive

Provide gitgutter symbols for dirvish buffers

License

Notifications You must be signed in to change notification settings

mrossinek/vim-dirgutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published