Replies: 1 comment 1 reply
-
It seems that you have to uncomment this:
And, perhaps, put it above |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/LazyVim/LazyVim/tree/main/lua/lazyvim/plugins/extras/lang lazyvim supports many programming languages out of the box. Each language has a single configuration file. Users need very little work to use it. But unfortunately it doesn't support R. I had a hard time configuring R.nvim in Layzvim framework by myself. Here is what I got but R lsp
completion still can't work, please help.
My old nvim-R vim script configuration still works nicely and has completion support from coc but I'd really want to switch to full Lua.
https://github.com/LazyVim/LazyVim/tree/main/lua/lazyvim/plugins/extras/lang it would be really nice we can have a r.lua config here in lazyvim repo and R users can just use R.nvim plugin out of the box, to make initial adoption easier.
Beta Was this translation helpful? Give feedback.
All reactions