1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-08-19 22:23:12 +02:00
commit 451ebf14a4
4 changed files with 341 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# hxwrap
A wrapper for Helix that provides language support.
## Usage
Run it:
```bash
nix run github:lukaswrz/hxwrap
```
Or install it via `nix profile`:
```bash
nix profile install github:lukaswrz/hxwrap
```