scrollbar.nvim icon indicating copy to clipboard operation
scrollbar.nvim copied to clipboard

Nicer icons

Open JoseConseco opened this issue 5 years ago • 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

JoseConseco avatar Apr 16 '21 20:04 JoseConseco

Very cool!

Xuyuanp avatar Apr 17 '21 05:04 Xuyuanp

This is a better one:

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

zoomlogo avatar Jun 06 '21 05:06 zoomlogo

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

adrigzr avatar Nov 16 '21 07:11 adrigzr