We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
It would be great if the main page README would be a little more explicit on how to install in Emacs.
README
For the moment it just points to lsp page, which gives absolutely no hint about R-languageserver...
lsp
Thanks to #44 (comment) , I discovered that the lines to add to the config file must be something like:
(package-initialize) (require 'eglot) (require 'ess-site) (add-hook 'ess-r-mode-hook 'eglot-ensure)
Would be great it they are verified & added to the main page "Emacs" section.
The text was updated successfully, but these errors were encountered:
You are welcome to contribute a pull request for better documentation. It would be best written by someone who has the corresponding experience.
Sorry, something went wrong.
No branches or pull requests
Hi,
It would be great if the main page
README
would be a little more explicit on how to install in Emacs.For the moment it just points to
lsp
page, which gives absolutely no hint about R-languageserver...Thanks to #44 (comment) , I discovered that the lines to add to the config file must be something like:
Would be great it they are verified & added to the main page "Emacs" section.
The text was updated successfully, but these errors were encountered: