Optionally suppress the symlink destination (#1396)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user