Skip to content

Commit 3cf6726

Browse files
bors[bot]matklad
andauthored
Merge #3142
3142: Ensure that the manual is self-improving r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 2316f8c + 8190442 commit 3cf6726

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)