File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,8 @@ cargo install --path helix-term
42
42
```
43
43
44
44
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 ` .
47
45
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
49
47
config directory (for example ` ~/.config/helix/runtime ` on Linux/macOS, or ` %AppData%/helix/runtime ` on Windows).
50
48
51
49
| OS | Command |
@@ -62,6 +60,9 @@ that sets the variable to the install dir.
62
60
> NOTE: running via cargo also doesn't require setting explicit ` HELIX_RUNTIME ` path, it will automatically
63
61
> detect the ` runtime ` directory in the project root.
64
62
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
+
65
66
In order to use LSP features like auto-complete, you will need to
66
67
[ install the appropriate Language Server] ( https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers )
67
68
for a language.
You can’t perform that action at this time.
0 commit comments