Browse Source

fix: nvim-tree bug where files duplicate themselves in the tree window

my-config
Vhyrro 4 years ago
parent
commit
b3a8157dc0
  1. 2
      lua/plugins/configs/nvim-tree.lua

2
lua/plugins/configs/nvim-tree.lua

@ -94,5 +94,5 @@ return function()
}
-- Make sure nvim-tree loads itself when lazy loaded
require('nvim-tree').on_enter()
vim.defer_fn(require('nvim-tree').refresh, 25)
end

Loading…
Cancel
Save