lucc / nvimpager

Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
Other
366 stars 19 forks source link

Font Ligatures #100

Closed StephanieSunshine closed 1 month ago

StephanieSunshine commented 1 month ago

Is there any chance nvimpager can support font ligatures like Neovim does? On Macos, I have my Neovim displaying them correctly, but nvimpager seems to ignore it.

lucc commented 1 month ago

Shouldn't font ligatures be the job of the terminal? What setting in neovim are you using to enable font ligatures? Can you copy it to nvimpager's init file?

StephanieSunshine commented 1 month ago

You are correct, there was an extra option I had enabled in Neovim to enable comments turning italic that I had misunderstood as font ligatures, that wasn't showing up in other places. Thank you.