nvim-tree.lua
A file explorer tree for neovim written in lua (by nvim-tree)
vim-gitgutter
A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks. (by airblade)
nvim-tree.lua | vim-gitgutter | |
---|---|---|
126 | 32 | |
8,032 | 8,452 | |
1.9% | 0.1% | |
8.8 | 4.6 | |
7 days ago | 3 days ago | |
Lua | Vim Script | |
GNU General Public License v3.0 or later | MIT License |
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.
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.
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 2025-06-19.
-
Every Developer Should Try Vim
The switch was hard at first, especially file management. I was so used to the file tree on the left of my editor. I tried to replicate that in Neovim with nvim-tree but it didn’t feel the same. Until I came across oil.nvim, this was a game changer for me as it made creating, renaming and moving so much easier. That was the moment that I felt I could switch. I had tried a few of the popular Neovim distros such as Lunarvim but found them too overwhelming. I personally prefer a basic setup with not too many bells and whistles (I know, I used JetBrains before but only used 10% of that editor’s capacity and had a minimal interface configured).
-
Installing neovim plugins (nvim-tree)
This works for installing the other plugins. But I can't seem to access nvim-tree. According to the website (https://github.com/nvim-tree/nvim-tree.lua), I should be able enter :NvimTreeOpen in neovim, but I get "Not an editor command: NvimTreeOpen." Any ideas?
-
NeoVim Capability Functions
For splitting the terminal you could try either toggleterm or tmux. If you want to send things from one tmux pane to another, then you can use slime. For a toggle-able filetree, you can use nvim tree.
-
How to configure vim like an IDE
(Neovim) nvim-tree
-
Best way to manipulate files inside neovim?
Also you can use your file browser such as neo-tree, nvim-tree, or even netrw.
-
NvimTree customize colors when it in out focus
I have almost finished customize nvim tree to equal bg colors. Can't resolve only when nvtree out of focus. What of paramets i should write? I tryied from this https://github.com/nvim-tree/nvim-tree.lua/blob/master/doc/nvim-tree-lua.txt but nothing
-
Trying to apply a fix for nvim-tree, but don't understand how to apply it.
I was having an issue with my colorscheme Sonokai and I found my issue
- NvimTree vs NeoTree
-
How to easily diff two directories from within Neovim
Personally I use will133/vim-dirdiff plugin, but it is pretty troublesome as I need to invoke `:DirDiff /path/to/dir1 /path/to/some/dir2`. What would be ideal is to extend nvim-tree, to be able to mark two directories (in similar manner as it has bookmarks) and then execute `:DirDiff` against those marked directories, but I'm not that familiar with Lua yet to write that. ;/
-
Neither netrw or nnvim-tree open when I try to open current directory
The open_on_setup feature apparently has been removed in nvim-tree.lua https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup. Look at this wiki page where you can get all the necessary helpful information there about how to configure open_on_setup.
vim-gitgutter
Posts with mentions or reviews of vim-gitgutter.
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?
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
vim-gitgutter
-
Margin indicator for Neovim
That said, Neovim can still run most Vimscript plugins just fine, so you can still use https://github.com/chrisbra/changesPlugin (and https://github.com/airblade/vim-gitgutter and https://github.com/mhinz/vim-signify/, which are mentioned in the README) if you want.
-
:DiffOrig changes reflected in sign column
vim-signify or git gutter can do this for files managed by git.
- Is there a simple way to see if a certain line has unsaved changes?
-
What "new-to-you" tool did you recently start using that just changed your workflow for the better?
https://github.com/tpope/vim-fugitive https://github.com/airblade/vim-gitgutter Since your already on neovim these plugins are excellent for git integration within vim! You may just prefer lazygit but having a tight integration in editor is definitely really nice for my personal workflow. Your approach is more unix-y where you have a tool for each job though!
- Neovim - Workflow para Java, C# e JS/TypeScript (Atualização com Neovim 0.8 e LSP)
-
Neovim config from scratch (Part I)
Git gutter Git status signs in the gutter (leftmost column)
- What plugins do yall use for Git
-
Are there plugins for Neovim that don't exist, that should exist, in your opinion?
vim-gitgutter supports staging/undoing hunks and a hunk text object. I find it convenient for this exact workflow.
What are some alternatives?
When comparing nvim-tree.lua and vim-gitgutter you can also consider the following projects:
neo-tree.nvim - Neovim plugin to manage the file system and other tree like structures.
gitsigns.nvim - Git integration for buffers
nerdtree - A tree explorer plugin for vim.
vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal
chadtree - File manager for Neovim. Better than NERDTree.
vim-signify - :heavy_plus_sign: Show a diff using Vim its sign column.