lucc / nvimpager

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

Font Ligatures #100

Closed StephanieSunshine closed 5 months ago

StephanieSunshine commented 5 months 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 5 months 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 5 months 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.