-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
unexpected '/' in R and linters disappear in Rmd #250
Comments
If possible, could you report the debug log |
Here is the file: |
ErickChacon
changed the title
unexpected '\' in R and linters disappear in Rmd
unexpected '/' in R and linters disappear in Rmd
May 11, 2020
This seems to be fixed on master, can we get a new bugfix release with this soon? |
Closing as fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using
languageserver
withLanguageClient-neovim
. It works well but there are two issues after saving the file:unexpected '/'
when working in anR
script.Rmd
script.I have temporarily solved both issues by installing version
0.3.4
.My
LanguageClient-neovim
config looks like:This happens even with a minimal
R
script.The text was updated successfully, but these errors were encountered: