diff --git a/lua/config/tree.lua b/lua/config/tree.lua index 291705a..6c9cefc 100644 --- a/lua/config/tree.lua +++ b/lua/config/tree.lua @@ -59,8 +59,8 @@ require("nvim-tree").setup({ }, }, filters = { - custom = { "^\\.git$" } - } + custom = { "^\\.git$", }, + }, }) local opts = { remap = false, silent = true, }