forked from pool/helix
c5203ff4b5
- Update to version 22.05: * Fix the VERSION file * mention the requirement of C++ compiler for building grammar in doc (#2592) * Fix release action * add 22.05 changelog notes (#2584) * add section on syntax tree motions to the usage docs (#2568) * Changing Macro color to avoid color confusion * update Erlang grammar and queries * update Gleam grammar and queries * Add `parameter.around` text object query * build(deps): bump once_cell from 1.10.0 to 1.12.0 OBS-URL: https://build.opensuse.org/request/show/979699 OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=18 |
||
---|---|---|
_service | ||
.gitattributes | ||
.gitignore | ||
cargo_config | ||
helix-22.05.tar.zst | ||
helix-rpmlintrc | ||
helix.changes | ||
helix.sh | ||
helix.spec | ||
README.SUSE | ||
vendor.tar.zst |
HELIX EDITOR FOR YOUR INFORMATION Soc Virnyl Estela <socvirnyl.estela@gmail.com> This is a small document that explains how to run/use helix. Because of the limitations of cargo-packaging in openSUSE Build Service, we have to resort on some workarounds before running helix. TABLE OF CONTENTS The Name of the launcher binary Before running helix Fetching and building grammars Troubleshooting Documentation THE NAME OF THE LAUNCHER BINARY The launcher binary is renamed as 'helix', alias hx='helix' if you were using 'hx'. BEFORE RUNNING HELIX Helix needs its runtime files so make sure to copy/symlink the runtime/ directory into the config directory (for example ~/.config/helix/runtime).If you see an error when launching helix, copy the runtime directory. Runtime directory is found in '/usr/lib64/helix/runtime'. FETCHING AND BUILDING GRAMMARS Run 'helix --grammar fetch' then 'helix --grammar build' to install the grammars. To customize language-specific settings, you can copy '/usr/share/doc/packages/helix/languages.toml' to '~/.helix/' or '~/.config/helix'. TROUBLESHOOTING If you see an error when launching helix for the first time, it might be because you did not copy the runtime directory. Otherwise, open an issue at: https://github.com/helix-editor/helix/issues/new DOCUMENTATION https://docs.helix-editor.com