diff options
author | Michael Davis | 2022-04-09 06:47:32 +0000 |
---|---|---|
committer | GitHub | 2022-04-09 06:47:32 +0000 |
commit | 78b16009433041059597cc6ccea28c17254483b7 (patch) | |
tree | 77b0994ea52c1a454ff23f918f15cfd9925925ef /README.md | |
parent | 0b410b0a162e0c46995cad492ff1c4a65c4e5279 (diff) |
Improve documentation on Language Server installation (#2037)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |