nerdtree-git-plugin VS nvim-tree.lua

Compare nerdtree-git-plugin vs nvim-tree.lua and see what are their differences.

nerdtree-git-plugin

A plugin of NERDTree showing git status (by Xuyuanp)

nvim-tree.lua

A file explorer tree for neovim written in lua (by nvim-tree)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nerdtree-git-plugin nvim-tree.lua
4 125
2,071 6,591
- 3.4%
0.0 9.1
almost 3 years ago 8 days ago
Vim Script Lua
Do What The F*ck You Want To Public License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nerdtree-git-plugin

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 "

nvim-tree.lua

Posts with mentions or reviews of nvim-tree.lua. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-18.

What are some alternatives?

When comparing nerdtree-git-plugin and nvim-tree.lua you can also consider the following projects:

fzf.vim - fzf :heart: vim

nerdtree - A tree explorer plugin for vim.

vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal

neo-tree.nvim - Neovim plugin to manage the file system and other tree like structures.

vim-airline - lean & mean status/tabline for vim that's light as air

chadtree - File manager for Neovim. Better than NERDTree.

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

telescope-file-browser.nvim - File Browser extension for telescope.nvim

newdots - just my own new dot files from scratch

vim-gitgutter - A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.

vim-devicons - Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more

nerd-fonts - Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more