formatting

This commit is contained in:
2023-09-05 02:51:10 +02:00
parent fb141a3352
commit 23ef58e4d3
+2 -2
View File
@@ -59,8 +59,8 @@ require("nvim-tree").setup({
}, },
}, },
filters = { filters = {
custom = { "^\\.git$" } custom = { "^\\.git$", },
} },
}) })
local opts = { remap = false, silent = true, } local opts = { remap = false, silent = true, }