g:nvim_tree_show_icons doco fix (#407)

This commit is contained in:
John Novak 2021-05-31 17:07:18 +10:00 committed by GitHub
parent 86b7b2c9c4
commit b16dbaee8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,11 +87,11 @@ can disable icons per type:
let g:nvim_tree_show_icons = {
\ 'git': 1,
\ 'folders': 1,
\ 'icons': 1
\ 'files': 1
\}
Can be one of `1` and `0` for each key. By default the tree will try
to render the icons. The `icons` key can only work if `nvim-web-devicons`
to render the icons. The `files` key can only work if `nvim-web-devicons`
is installed and in your |runtimepath|
(https://github.com/kyazdani42/nvim-web-devicons)