aboutsummaryrefslogtreecommitdiff
path: root/docs/user/readme.adoc
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-14 18:20:50 +0000
committerGitHub <[email protected]>2020-02-14 18:20:50 +0000
commit3cf67268a431b19505dd2fd1d796e94fb076f2fb (patch)
treee5181f27fd1add839c915524d8d5949fdf53498b /docs/user/readme.adoc
parent2316f8cf4a779ba5df344cef32302e47320b3445 (diff)
parent81904421ac6543db4255698f143bdea0af57207e (diff)
Merge #3142
3142: Ensure that the manual is self-improving r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/user/readme.adoc')
-rw-r--r--docs/user/readme.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index b9ecc7055..1badba94f 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -11,6 +11,9 @@ This manual focuses on a specific usage of the library -- the implementation of
11https://microsoft.github.io/language-server-protocol/[Language Server Protocol]. 11https://microsoft.github.io/language-server-protocol/[Language Server Protocol].
12LSP allows various code editors, like VS Code, Emacs or Vim, to implement semantic feature like completion or goto definition by talking to an external language server process. 12LSP allows various code editors, like VS Code, Emacs or Vim, to implement semantic feature like completion or goto definition by talking to an external language server process.
13 13
14To improve this document, send a pull request against
15https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file].
16
14== Installation 17== Installation
15 18
16In theory, one should be able to just install the server binary and have it automatically work with any editor. 19In theory, one should be able to just install the server binary and have it automatically work with any editor.