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
Enables font ligatures for Hyper 2.1+ 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
Disclaimer: Please note that this plugin requires Hyper version 2.1.0 or later.
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'],In both cases, a 'Full Reload' (View -> Full Reload) is required.