#1172 add renderer.icons.webdev_colors default true (#1175)

This commit is contained in:
Alexander Courtis
2022-04-18 23:45:14 +10:00
committed by GitHub
parent cff5a106b2
commit cdbc210d92
4 changed files with 48 additions and 26 deletions

View File

@@ -120,6 +120,9 @@ function.
none = " ",
},
},
icons = {
webdev_colors = true,
},
},
hijack_directories = {
enable = true,
@@ -433,6 +436,12 @@ Here is a list of the options available in the setup call:
type: `table`
default: `{ corner = "└ ", edge = "│ ", none = " ", }`
- |renderer.icons|: configuration options for icons
- |renderer.icons.webdev_colors|: use the webdev icon colors, otherwise `NvimTreeFileIcon`.
type: `boolean`
default: `true`
*nvim-tree.filters*
|filters|: filtering options