Hyper Plugin Notes
2025-01-08
List installed plugins:
hyper list # or ls
List avail npm plugins:
hyper list-remote # or lsr or ls-remote
For more info on a plugin, search the-plugin-name on npm.
Also visit awsome-hyper, for a curated list of plugins, themes and resources.
hyper i [the-plugin-name] # i is for install, not the digit
hyper u # or rm or remove or uninstall # : )
For probs, read npm deets. As well, some plugins are not avail on linux.
Match & nicely contrast w my vscode config
Add AFTER theme plugin if exists:
"hyperTransparentVibrancy": {
alpha: 0.5, // default 50%
vibrancy: 'dark'
},
},
Add to 'plugins: [`:
"hyper-snazzy",
"hyper-transparent-vibrancy",
],
hyper-statusline-extended
NOT hyper-transparent-bg