Git status icon like (staged, unstaged, renamed, . . . ) does not appear in nvim-tree? #2178
Unanswered
reynaldlamury
asked this question in
Q&A
Replies: 1 comment
-
Can you please produce a clean room reproducer? That will rule out any other plugin interactions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have nvim-tree/nvim-tree and nvim-tree/nvim-web-devicons plugins installed on my nvim lua based config. Git status icon does not appear. The status icon is usually located at the left handside of the file/folder.
Here is the snapshot that can show how It should look like if the icon appears:

Here is the config file of each plugin:
web-devicon.lua
nvim.tree.lua
I dont't know why it does not work. I have set the option
renderer = {icons = {glyphs = {git = {unstaged= "U", ...}}}}
. Is there something wrong with this ?Here is the packer manager file that contains all plugins. In case it might has something to do with the way I order the plugin most particularly the "nvim-tree/nvim-web-devicons" plugin.
packer.lua
Or There might be a conflict between nvim-tree plugin and other plugins. But I'm not sure where the problem is. Any Idea ?
Beta Was this translation helpful? Give feedback.
All reactions