Xuyuanp / scrollbar.nvim

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

`autocmd WinEnter` breaks Neovim's diff mode #31

Open dmyTRUEk opened 1 year ago

dmyTRUEk commented 1 year ago

This line from config breaks Neovim's diff mode (nvim -d file1 file2):

autocmd WinEnter * silent! lua require('scrollbar').show()

Additional info:

Expected:

Got: