Xuyuanp / scrollbar.nvim

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

Scrollbar displaying in NerdTree window #16

Closed Keitokuch closed 4 years ago

Keitokuch commented 4 years ago

What is the correct way to configure the plugin to make the scrollbar doesn't show in the NerdTree window?

Xuyuanp commented 4 years ago
let g:scrollbar_excluded_filetypes = ['nerdtree']