Do not highlight opened files in nvim-tree

This commit is contained in:
2023-09-10 22:49:29 +02:00
parent ee29786e66
commit 38bc72a691
-1
View File
@@ -26,7 +26,6 @@ require("nvim-tree").setup({
add_trailing = true,
group_empty = true,
highlight_git = true,
highlight_opened_files = "name",
indent_markers = {
enable = true,
},