Skip to content

Commit c54a036

Browse files
authored
Rearrange README.md slightly (#4206)
1 parent f4d96b2 commit c54a036

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ cargo install --path helix-term
4242
```
4343

4444
This will install the `hx` binary to `$HOME/.cargo/bin` and build tree-sitter grammars.
45-
If you want to customize your `languages.toml` config,
46-
tree-sitter grammars may be manually fetched and built with `hx --grammar fetch` and `hx --grammar build`.
4745

48-
Helix also needs its runtime files so make sure to copy/symlink the `runtime/` directory into the
46+
Helix needs its runtime files so make sure to copy/symlink the `runtime/` directory into the
4947
config directory (for example `~/.config/helix/runtime` on Linux/macOS, or `%AppData%/helix/runtime` on Windows).
5048

5149
| OS | Command |
@@ -62,6 +60,9 @@ that sets the variable to the install dir.
6260
> NOTE: running via cargo also doesn't require setting explicit `HELIX_RUNTIME` path, it will automatically
6361
> detect the `runtime` directory in the project root.
6462
63+
If you want to customize your `languages.toml` config,
64+
tree-sitter grammars may be manually fetched and built with `hx --grammar fetch` and `hx --grammar build`.
65+
6566
In order to use LSP features like auto-complete, you will need to
6667
[install the appropriate Language Server](https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers)
6768
for a language.

0 commit comments

Comments
 (0)