vim/tree: visual tweaks

This commit is contained in:
Fernando Schauenburg 2023-08-11 04:31:34 +02:00
parent 6a1aed2210
commit 417cd24fa5

View file

@ -36,8 +36,34 @@ return {
}, },
renderer = { renderer = {
add_trailing = true, -- add trailing / to folders add_trailing = true, -- add trailing / to folders
group_empty = true, -- folders that contain only one folder are grouped
highlight_git = true, -- enable highlight based on git attributes highlight_git = true, -- enable highlight based on git attributes
icons = {
git_placement = 'after',
glyphs = {
default = '',
symlink = '',
modified = '',
folder = {
arrow_closed = '', --   
arrow_open = '', --   
default = '', --  
open = '', --  
empty = '',
empty_open = '',
symlink = '',
symlink_open = '',
},
git = {
untracked = '?', -- ★
unstaged = '', -- ✗
staged = '', -- ✓
deleted = '',
unmerged = '',
renamed = '',
ignored = '',
},
},
},
}, },
}, },
} }