This commit is contained in:
Chris 2021-03-17 03:30:03 -04:00
parent 784fdcf19d
commit 9f95514651
3 changed files with 22 additions and 0 deletions

View file

@ -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 ]]