g:nvim_tree_show_icons doco fix (#407)
This commit is contained in:
parent
86b7b2c9c4
commit
b16dbaee8f
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user