Skip to content

Add support for the R language server

Luca Beltrame requested to merge lbeltrame/kate:R_LSP into master

This commit adds support for R in the LSP plugin, using the "languageserver" R package (https://github.com/REditorSupport/languageserver).

This needs to be installed by the user prior to using it.

Merge request reports