From 1391ca7ff153636476bae6ffbf16aec076e2d191 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 27 Aug 2023 23:13:42 +0200 Subject: feat: switch from packer.nvim to lazy.nvim --- lua/config/nvim-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/config/nvim-tree.lua') diff --git a/lua/config/nvim-tree.lua b/lua/config/nvim-tree.lua index 83e93c1..8dd4985 100644 --- a/lua/config/nvim-tree.lua +++ b/lua/config/nvim-tree.lua @@ -79,7 +79,7 @@ nvim_tree.setup { enable = true, chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890", exclude = { - filetype = { "notify", "packer", "qf", "diff", "fugitive", "fugitiveblame" }, + filetype = { "notify", "qf", "diff", "fugitive", "fugitiveblame" }, buftype = { "nofile", "terminal", "help" }, }, }, -- cgit v1.2.3