formatting
This commit is contained in:
+2
-2
@@ -59,8 +59,8 @@ require("nvim-tree").setup({
|
||||
},
|
||||
},
|
||||
filters = {
|
||||
custom = { "^\\.git$" }
|
||||
}
|
||||
custom = { "^\\.git$", },
|
||||
},
|
||||
})
|
||||
|
||||
local opts = { remap = false, silent = true, }
|
||||
|
||||
Reference in New Issue
Block a user