diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nv-nvimtree/init.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lua/nv-nvimtree/init.lua b/lua/nv-nvimtree/init.lua index ab39ab2d..fc5e0d24 100644 --- a/lua/nv-nvimtree/init.lua +++ b/lua/nv-nvimtree/init.lua @@ -9,6 +9,7 @@ let g:nvim_tree_show_icons = {      \ 'folders': 1,      \ 'files': 1,      \ } +  "If 0, do not show the icons for one of 'git' 'folder' and 'files'  "1 by default, notice that if 'files' is 1, it will only display  "if nvim-web-devicons is installed and on your runtimepath ]] | 
