From 78cf3e97ad97c8e6bde4faf2d3bdbefc7d4de3f1 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Sat, 7 May 2022 08:27:05 +0530 Subject: [PATCH] nvimtree: Don't exclude custom dir deliberatly this is not doable, can interfere with different repos --- lua/plugins/configs/nvimtree.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/configs/nvimtree.lua b/lua/plugins/configs/nvimtree.lua index afd334f..62959c4 100644 --- a/lua/plugins/configs/nvimtree.lua +++ b/lua/plugins/configs/nvimtree.lua @@ -45,7 +45,6 @@ g.nvim_tree_icons = { local options = { filters = { dotfiles = false, - exclude = { "custom" }, }, disable_netrw = true, hijack_netrw = true,