Discover plugins for Helix.
A small index for the experimental Steel plugin branch.
Setup
# Build Helix with Steel
git clone https://github.com/mattwparas/helix.git
cd helix
git switch steel-event-system
cargo xtask steel
# Install and load a plugin
forge pkg install --git https://github.com/<author>/<plugin>.git
(require "<plugin>/<plugin>.scm")
Run locally. Check the branch instructions and each plugin repository first.
Plugins
7 projects
oil.hx
Edit the filesystem as a Helix buffer.
@Ra77a3l3-jar
nrepl.hx
Evaluate code through an interactive nREPL.
@waddie
smith.hx
Manage and lock plugins declaratively.
@kn66
steel-pty
Manage terminal sessions inside Helix.
@mattwparas
vim.hx
Vim-style bindings implemented with Steel.
@mattwparas
helix-file-watcher
Reload files after external changes.
@mattwparas
No matching plugin.
Submit a plugin
Include a public repository, README, license, setup instructions, and the Steel branch you tested. This prepares a GitHub issue for review. Open the full GitHub form.