mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
book: add wiki links to the title page and install page (#3017)
Co-authored-by: amitbeka <--->
This commit is contained in:
parent
21b66ba068
commit
6100b1ba08
@ -76,8 +76,13 @@ ## Finishing up the installation
|
||||
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.
|
||||
|
@ -6,6 +6,7 @@ # Helix
|
||||
See the [usage] section for a quick overview of the editor, [keymap]
|
||||
section for all available keybindings and the [configuration] section
|
||||
for defining custom keybindings, setting themes, etc.
|
||||
For everything else (e.g., how to install supported language servers), see the [Helix Wiki].
|
||||
|
||||
Refer the [FAQ] for common questions.
|
||||
|
||||
@ -13,3 +14,4 @@ # Helix
|
||||
[usage]: ./usage.md
|
||||
[keymap]: ./keymap.md
|
||||
[configuration]: ./configuration.md
|
||||
[Helix Wiki]: https://github.com/helix-editor/helix/wiki
|
Loading…
Reference in New Issue
Block a user