nerdtree-git-plugin

A plugin of NERDTree showing git status (by Xuyuanp)

Nerdtree-git-plugin Alternatives

Similar projects and alternatives to nerdtree-git-plugin

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nerdtree-git-plugin alternative or higher similarity.

nerdtree-git-plugin reviews and mentions

Posts with mentions or reviews of nerdtree-git-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch?
    9 projects | /r/vim | 29 Jun 2023
    I personally use nerdtree. Add nerdtree-git-plugin too, that's nice when looking at your project (for files, use vim-gitgutter).
  • How to configure vim like an IDE
    44 projects | /r/vim | 27 Jun 2023
    git-nerdtree
  • Vim: A Beginner's Guide From A Beginner
    14 projects | dev.to | 27 May 2022
    nerdtree-git-plugin - a plugin to show git status in nerdtree
  • a little vim distro using Vim8+ packages
    8 projects | dev.to | 16 Sep 2021
    plugins=( "$HOME/.vim/pack/vendor/start/vim-airline" "https://github.com/vim-airline/vim-airline.git" "$HOME/.vim/pack/vendor/start/nerdtree" "https://github.com/preservim/nerdtree.git" "$HOME/.vim/pack/vendor/start/nerdtree-git-plugin" "https://github.com/Xuyuanp/nerdtree-git-plugin.git" "$HOME/.vim/pack/packages/start/fzf" "https://github.com/junegunn/fzf.git" "$HOME/.vim/pack/packages/start/fzf.vim" "https://github.com/junegunn/fzf.vim.git" "$HOME/.vim/pack/tpope/start/fugitive" "https://github.com/tpope/vim-fugitive.git/" "$HOME/.vim/pack/vendor/start/vim-gitgutter" "https://github.com/airblade/vim-gitgutter.git/" ) echo "\n >>> START plugins installation " for i in ${!plugins[@]}; do if (( i % 2 == 0 )) then # echo $i folder="${plugins[$i]}" url="${plugins[$i+1]}" if [ ! -d "$folder" ] ; then git clone "$url" "$folder" else git -C $folder pull fi fi vim -u NONE -c "helptags $folder/doc" -c q done echo " >>> END plugins installation "
  • A note from our sponsor - SaaSHub
    www.saashub.com | 30 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic nerdtree-git-plugin repo stats
4
2,071
0.0
over 2 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com