summarylogtreecommitdiffstats
path: root/zls.install
AgeCommit message (Collapse)Author
2022-12-10Update to zls 0.10.0Techcable
No longer need seperate build_runner.zig https://github.com/zigtools/zls/releases/tag/0.10.0
2021-12-27Fix install file accidentally running zls configTechcable
We should prompt not run. Apparently those backticks actually run a command -_- The shell is a horrible language.
2021-12-27Update to zls 0.9.0Techcable
Compatible with zig 0.9.0 Instead of manually editing the config to place build_runner.zig in a custom location, this simply places it right next to the executable in /usr/bin This avoids having to manually modify the config. Also, this adds an install script which prompts the user to run `zls config` to setup the initial configuration. I highly recomend running it :)