highlight all when modified
This commit is contained in:
parent
a76a6f65d1
commit
7b55d03182
|
@ -33,7 +33,7 @@ require('nvim-tree').setup {
|
||||||
group_empty = true,
|
group_empty = true,
|
||||||
full_name = true,
|
full_name = true,
|
||||||
highlight_git = true,
|
highlight_git = true,
|
||||||
highlight_modified = "name",
|
highlight_modified = "all",
|
||||||
indent_markers = {
|
indent_markers = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue