diff options
| author | jdhao <jdhao@hotmail.com> | 2023-08-27 23:13:42 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-08-27 23:14:31 +0200 |
| commit | 1391ca7ff153636476bae6ffbf16aec076e2d191 (patch) | |
| tree | 9739034aef482a2123514fc049bc91210a4beb5b /lua/config/nvim-tree.lua | |
| parent | 6a6f8ff5974447fd452f5d8bf20dd090dfdd8ec9 (diff) | |
feat: switch from packer.nvim to lazy.nvim
Diffstat (limited to 'lua/config/nvim-tree.lua')
| -rw-r--r-- | lua/config/nvim-tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, }, }, |
