vim/tree: visual tweaks
This commit is contained in:
parent
6a1aed2210
commit
417cd24fa5
1 changed files with 27 additions and 1 deletions
|
@ -36,8 +36,34 @@ return {
|
|||
},
|
||||
renderer = {
|
||||
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
|
||||
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 = '◌',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue