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

@@ -76,6 +76,7 @@ function M.draw()
:configure_opened_file_highlighting(M.config.highlight_opened_files)
:configure_git_icons_padding(M.config.icons.padding)
:configure_git_icons_placement(M.config.icons.git_placement)
:configure_symlink_destination(M.config.symlink_destination)
:configure_filter(live_filter.filter, live_filter.prefix)
:build_header(view.is_root_folder_visible(core.get_cwd()))
:build(core.get_explorer())