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

@@ -491,6 +491,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
},
},
special_files = { "Cargo.toml", "Makefile", "README.md", "readme.md" },
symlink_destination = true,
},
hijack_directories = {
enable = true,