From 459391a82c8d118cfcdc248daeb1684cf7a167bb Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 17 Dec 2023 22:29:20 +0100 Subject: [PATCH] nvim-tree: Do not ignore files in .gitignore --- lua/plugins/tree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/tree.lua b/lua/plugins/tree.lua index 7f7c4f1..d24849e 100644 --- a/lua/plugins/tree.lua +++ b/lua/plugins/tree.lua @@ -57,6 +57,7 @@ local function setup() }, }, filters = { + git_ignored = false, custom = { "^\\.git$", }, }, notify = {