Xuyuanp / scrollbar.nvim

scrollbar for neovim
Apache License 2.0
269 stars 10 forks source link

Don't use this plugin with nvim-tree.lua #26

Open nyngwang opened 2 years ago

nyngwang commented 2 years ago

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 2 years ago

Try this:

let g:scrollbar_excluded_filetypes = ['NvimTree']