SHA256
1
0
forked from pool/helix
Go to file
2022-04-21 23:31:58 +00:00
_service Accepting request 970932 from home:uncomfyhalomacro 2022-04-20 11:56:13 +00:00
.gitattributes Accepting request 970932 from home:uncomfyhalomacro 2022-04-20 11:56:13 +00:00
.gitignore Accepting request 970932 from home:uncomfyhalomacro 2022-04-20 11:56:13 +00:00
cargo_config Accepting request 970932 from home:uncomfyhalomacro 2022-04-20 11:56:13 +00:00
helix-22.03~0.tar.xz Accepting request 970932 from home:uncomfyhalomacro 2022-04-20 11:56:13 +00:00
helix-rpmlintrc - add rpmlintrc: 2022-04-21 13:28:21 +00:00
helix.changes - change to %{SOURCE4} in %doc section 2022-04-21 23:31:58 +00:00
helix.sh Fix potential bashism from rpmlint 2022-04-21 05:15:46 +00:00
helix.spec - change to %{SOURCE4} in %doc section 2022-04-21 23:31:58 +00:00
README.SUSE - add README.SUSE: 2022-04-21 16:40:05 +00:00
vendor.tar.xz Accepting request 970932 from home:uncomfyhalomacro 2022-04-20 11:56:13 +00:00

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