2024-08-19 20:23:12 +00:00
|
|
|
# hxwrap
|
|
|
|
|
|
|
|
A wrapper for Helix that provides language support.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Run it:
|
|
|
|
|
|
|
|
```bash
|
2025-04-19 18:49:47 +00:00
|
|
|
nix run git+https://codeberg.org/helveticanonstandard/hxwrap.git
|
2024-08-19 20:23:12 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Or install it via `nix profile`:
|
|
|
|
|
|
|
|
```bash
|
2025-04-19 18:49:47 +00:00
|
|
|
nix profile install git+https://codeberg.org/helveticanonstandard/hxwrap.git
|
2024-08-19 20:23:12 +00:00
|
|
|
```
|