chore: enable git highlight in nvim-tree

This commit is contained in:
2025-10-04 20:15:41 -04:00
parent 67b9990eae
commit eb3be704bb
+1
View File
@@ -22,6 +22,7 @@ return {
signcolumn = 'yes',
},
renderer = {
highlight_git = true,
indent_markers = {
enable = true,
},