18 lines
283 B
Markdown
18 lines
283 B
Markdown
# hxwrap
|
|
|
|
A wrapper for Helix that provides language support.
|
|
|
|
## Usage
|
|
|
|
Run it:
|
|
|
|
```bash
|
|
nix run git+https://codeberg.org/helveticanonstandard/hxwrap.git
|
|
```
|
|
|
|
Or install it via `nix profile`:
|
|
|
|
```bash
|
|
nix profile install git+https://codeberg.org/helveticanonstandard/hxwrap.git
|
|
```
|