I can't sort out how to use custom styles #680
Unanswered
justinmcgrath
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following the example on the main README, I have this in my .Rprofile file:
I have configured the LSP in NeoVim using this:
However, it still gives messages about using <- instead of =.
I can't find a way to check whether the R instance used for the LSP is loading Rprofile, but when I start R normally, languageserver.formatting_style is being set correctly. That makes me think it should be reading it in the LSP instance too.
I tried something like this:
That should definitely set the option, even if for whatever reason it's not finding .Rprofile, but that still gives messages about <- too.
Is there something that I'm doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions