Show git info for GIT root directories #1485
-
Hello, Is it possible to show GIT root directories status (like branch, behind/ahead) when showing tree from level above? Similarly like IntelliJ IDEA has: Or from terminal with LS with GIT status - just with arrows instead of literal |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's outside the scope of nvim-tree; it only shows statuses.
vim-fugitive's
vim-airline can show a lot of information on your statusline. That doesn't quite meet your needs out of the box, however if you use |
Beta Was this translation helpful? Give feedback.
That's outside the scope of nvim-tree; it only shows statuses.
vim-fugitive's
:G
should suit your needs. It shows an incredible amount of detail and has an incredible amount of functionality.vim-airline can show a lot of information on your statusline.
That doesn't quite meet your needs out of the box, however if you use
actions.change_dir.global
and other tweaks, you can have nvim-tree change the vim cwd, which airline or some other plugin can show.