Package Exports
- hyper-font-ligatures
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyper-font-ligatures) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hyper-font-ligatures
Disclaimer: This plugin currently relies on a version of Hyper that is currently not released (depends on #3178).
Enables font ligatures for Hyper via the xterm-addon-ligatures and font-ligatures packages.

Use fonts supporting ligatures such as Fira Code, Hasklig, and Iosevka to benefit from this plugin.
Installation
Using the built-in Hyper plugin manager
$ hyper i hyper-font-ligaturesUsing the .hyper.js file
Open the ~/.hyper.js file using your favorite text editor and edit the
plugins array to include hyper-font-ligatures:
plugins: ['hyper-font-ligatures'],