Home

Awesome

R LSP Client

R LSP Client for coc.nvim, powered by the R Language Server.

Note the languageserver doesn't work with unsaved files.

Install

In your vim/neovim, run the following command:

:CocInstall coc-r-lsp

Configuration options

This package exposes the following configuration options:

Checkout using configuration file.

Requirements

coc-r-lsp requires the R Language Server, which is a package that runs in R. It can be easily installed from CRAN:

install.packages("languageserver")

The development version of languageserver can be installed from GitHub, using the devtools package:

devtools::install_github("REditorSupport/languageserver")

License

MIT License. See the license for more details.