We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164eb10 commit e2a4c9dCopy full SHA for e2a4c9d
doc/nvim-tree-lua.txt
@@ -58,15 +58,15 @@ Colours
58
59
Git Integration
60
61
- Icon indicates when a file is:
62
- - ✗ unstaged or folder is dirty
63
- - ✓ staged
64
- - ★ new file
65
- - ✓ ✗ partially staged
66
- - ✓ ★ new file staged
67
- - ✓ ★ ✗ new file staged and has unstaged modifications
68
- - ═ merging
69
- - ➜ renamed
+ One or two icons for git status. When two are shown, the left is staged.
+
+ ✗ unstaged
+ ✓ staged
+ unmerged
+ ➜ renamed
+ ★ untracked
+ deleted
+ ◌ ignored
70
71
Requirements
72
0 commit comments