From 23ef58e4d38aab98cdcd8b0b09e69c9063b8ddc4 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 5 Sep 2023 02:51:10 +0200 Subject: [PATCH] formatting --- lua/config/tree.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }