Copyright-paperwork-exempt: yes
* eglot.el (eglot-server-programs): Add R language server.
* README.md (Installation and usage): Mention it.
GitHub-reference: https://github.com/joaotavora/eglot/issues/161
(kotlin-mode . ("kotlin-language-server"))
(go-mode . ("go-langserver" "-mode=stdio"
"-gocodecompletion"))
+ ((R-mode ess-r-mode) . ("R" "--slave" "-e"
+ "languageserver::run()"))
(java-mode . eglot--eclipse-jdt-contact))
"How the command `eglot' guesses the server to start.
An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE