Xuyuanp/scrollbar.nvim

Nicer icons

JoseConseco opened this issue · 3 comments

Thanx for the pluging. I wanted to share different scrollbar_shape from custom icons:

vim.g.scrollbar_shape = {
	head ='▎',
	body ='▎',
	tail ='▎',
}  

So that it looks more like modern UI
image

Very cool!

This is a better one:

vim.g.scrollbar_shape = {
	head ='🮇',
	body ='🮇',
	tail ='🮇',
}

@JoseConseco This added on top of #28 looks so cool!