highlight all when modified

This commit is contained in:
Evie Litherland-Smith 2023-01-26 10:16:39 +00:00
parent a76a6f65d1
commit 7b55d03182

View file

@ -33,7 +33,7 @@ require('nvim-tree').setup {
group_empty = true,
full_name = true,
highlight_git = true,
highlight_modified = "name",
highlight_modified = "all",
indent_markers = {
enable = true,
},