lewis6991 / satellite.nvim

Decorate scrollbar for Neovim
MIT License
542 stars 20 forks source link

Configurable CURSOR_SYMBOLS #47

Closed topaxi closed 1 year ago

topaxi commented 1 year ago

Is your feature request related to a problem? Please describe. I'm getting a [?] symbol in the satellitebar, I'm using Fira Code NerdFont. As far as I can see, the symbols in the CURSOR_SYMBOLS table are static.

Describe the solution you'd like Making the table configurable would be great, or maybe there's more commonly available glyphs that could be used.

lewis6991 commented 1 year ago

Ah I see. I changed the symbols to some unicode characters today. I thought this would be ok since most handlers use weird symbols.

topaxi commented 1 year ago

I fixed the problem in my case by snooping in your dotfiles. I'm using wezterm and defined Monaco as a fallback font. :)