Optionally suppress the symlink destination (#1396)

This commit is contained in:
Toby O'Sullivan
2022-07-05 09:05:21 +01:00
committed by GitHub
parent f43b8af8f4
commit 38fabe86cb
4 changed files with 16 additions and 1 deletions

View File

@@ -238,6 +238,7 @@ Subsequent calls to setup will replace the previous configuration.
},
},
special_files = { "Cargo.toml", "Makefile", "README.md", "readme.md" },
symlink_destination = true,
},
hijack_directories = {
enable = true,
@@ -725,6 +726,10 @@ UI rendering setup
A list of filenames that gets highlighted with `NvimTreeSpecialFile`.
Type: `table`, Default: `{ "Cargo.toml", "Makefile", "README.md", "readme.md", }`
*nvim-tree.renderer.symlink_destination*
Whether to show the destination of the symlink.
Type: `boolean`, Default: `true`
*nvim-tree.filters*
Filtering options.