diff options
author | Amit Beka | 2022-07-09 16:08:47 +0000 |
---|---|---|
committer | GitHub | 2022-07-09 16:08:47 +0000 |
commit | 6100b1ba082db5c9fddd74d0ffea044231004920 (patch) | |
tree | e56bcb32806dc3fae5860c6c4022b8769e269155 /book/src/install.md | |
parent | 21b66ba0686e745c7e32a4b79cc7edcc3b3fa349 (diff) |
book: add wiki links to the title page and install page (#3017)
Co-authored-by: amitbeka <--->
Diffstat (limited to 'book/src/install.md')
-rw-r--r-- | book/src/install.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/book/src/install.md b/book/src/install.md index 045e2255..3006c389 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -76,8 +76,13 @@ hx --health For more information on the information displayed in the healthcheck results refer to [Healthcheck](https://github.com/helix-editor/helix/wiki/Healthcheck). -## Building tree-sitter grammars +### Building tree-sitter grammars Tree-sitter grammars must be fetched and compiled if not pre-packaged. Fetch grammars with `hx --grammar fetch` (requires `git`) and compile them with `hx --grammar build` (requires a C++ compiler). + +### Installing language servers + +Language servers can optionally be installed if you want their features (auto-complete, diagnostics etc.). +Follow the [instructions on the wiki page](https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers) to add your language servers of choice. |