aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Davis2022-04-09 06:47:32 +0000
committerGitHub2022-04-09 06:47:32 +0000
commit78b16009433041059597cc6ccea28c17254483b7 (patch)
tree77b0994ea52c1a454ff23f918f15cfd9925925ef /README.md
parent0b410b0a162e0c46995cad492ff1c4a65c4e5279 (diff)
Improve documentation on Language Server installation (#2037)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4052d941..6fc98e72 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,10 @@ that sets the variable to the install dir.
> NOTE: running via cargo also doesn't require setting explicit `HELIX_RUNTIME` path, it will automatically
> detect the `runtime` directory in the project root.
+In order to use LSP features like auto-complete, you will need to
+[install the appropriate Language Server](https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers)
+for a language.
+
[![Packaging status](https://repology.org/badge/vertical-allrepos/helix.svg)](https://repology.org/project/helix/versions)
## MacOS