From 81904421ac6543db4255698f143bdea0af57207e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 14 Feb 2020 19:15:32 +0100 Subject: Ensure that the manual is self-improving --- docs/user/readme.adoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/user/readme.adoc') 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 https://microsoft.github.io/language-server-protocol/[Language Server Protocol]. LSP 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. +To improve this document, send a pull request against +https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file]. + == Installation In theory, one should be able to just install the server binary and have it automatically work with any editor. -- cgit v1.2.3