feat: full-name of node in floating window (#1305)

This commit is contained in:
lu5je0
2022-06-06 17:15:03 +08:00
committed by GitHub
parent 3c936c7cb6
commit 821f050fda
5 changed files with 92 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ Values may be functions. Warning: this may result in unexpected behaviour.
add_trailing = false,
group_empty = false,
highlight_git = false,
full_name = false,
highlight_opened_files = "none",
root_folder_modifier = ":~",
indent_markers = {
@@ -516,6 +517,10 @@ UI rendering setup
Compact folders that only contain a single folder into one node in the file tree.
Type: `boolean`, Default: `false`
*nvim-tree.renderer.full_name*
Display node whose name length is wider than the width of nvim-tree window in floating window.
Type: `boolean`, Default: `false`
*nvim-tree.renderer.highlight_git*
Enable file highlight for git attributes using `NvimTreeGit*` highlight groups.
This can be used with or without the icons.