This commit is contained in:
2026-07-07 12:44:31 -05:00
commit 8069dfcdc2
10 changed files with 229 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Simple QT/Qml + Nix dev env
- Run `cmake -B build` and `cmake --build build`
- Run `nix build -L` to build
- Add this to helix:
```ini
[language-server.qmlls]
command = "qmlls"
args = ["-E", "-b", "build"]
```