Skip to content

MarcelSimader/GitNERD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitNERD

GitNERD is a Vim NERDTree extension which shows a Git status indicator next to each file/directory node in the NERDTree, if a Git repository is found to contain the current working directory.

This project was made as submission for Exercise 01 of the Missing Semester course at Johannes Kepler University Linz.

Usage

There is really no interactivity in this extension, but you can reload the tree using 'R' when the cursor is placed in the NERDTree window.

Installation

Simply use your preferred plugin manager for Vim. Here, we show how to install the plugin using vim-plug:

call plug#begin()

Plug 'preservim/nerdtree'
Plug 'MarcelSimader/GitNERD'

call plug#end()

This installs both NERDTree and GitNERD.

License

Distributed under the Vim license. See LICENSE.

About

GitNERD is an extension of the popular NERDTree for adding Git status indicators.

Resources

License

Stars

Watchers

Forks

Packages

No packages published