Skip to content

Commit 8190442

Browse files
committed
Ensure that the manual is self-improving
1 parent 53cee86 commit 8190442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/user/readme.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ This manual focuses on a specific usage of the library -- the implementation of
1111
https://microsoft.github.io/language-server-protocol/[Language Server Protocol].
1212
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.
1313

14+
To improve this document, send a pull request against
15+
https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file].
16+
1417
== Installation
1518

1619
In theory, one should be able to just install the server binary and have it automatically work with any editor.

0 commit comments

Comments
 (0)