feat: Highlight gitignored files (and fix g:nvim_tree_gitignore) (#268)

This commit is contained in:
Sindre T. Strøm
2021-04-08 22:52:56 +02:00
committed by GitHub
parent 81269a6eba
commit 50d31fb7f3
8 changed files with 224 additions and 52 deletions

View File

@@ -11,7 +11,8 @@ function M.get_icon_state()
unmerged = "",
renamed = "",
untracked = "",
deleted = ""
deleted = "",
ignored = ""
},
folder_icons = {
default = "",