Don't use this plugin with nvim-tree.lua
nyngwang opened this issue · 1 comments
nyngwang commented
It will cause a lot of error like the following:
E5108: Error executing lua ...e/pack/packer/start/nvim-tree.lua/lua/nvim-tree/view.lua:347: Vim:E444: Cannot close last window
Which will cost you so much time and find nothing.
adrigzr commented
Try this:
let g:scrollbar_excluded_filetypes = ['NvimTree']