Xuyuanp / scrollbar.nvim

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

Nicer icons #19

Open JoseConseco opened 3 years ago

JoseConseco commented 3 years ago

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

Xuyuanp commented 3 years ago

Very cool!

zoomlogo commented 3 years ago

This is a better one:

vim.g.scrollbar_shape = {
    head ='🮇',
    body ='🮇',
    tail ='🮇',
}
adrigzr commented 2 years ago

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