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.
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.
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.
Distributed under the Vim license. See LICENSE
.