WIP: R LSP

This commit is contained in:
Radon Rosborough 2020-08-22 19:31:52 -06:00
parent d5503db374
commit d1e2fc278d
3 changed files with 8 additions and 0 deletions

View File

@ -1872,6 +1872,9 @@ main = do
scope: {
code: `x = 123 * 234`,
},
lsp: {
start: `R --slave -e "languageserver::run()"`,
},
template: `print("Hello, world!")
`,
},

View File

@ -66,6 +66,8 @@ python3-pip
python3-venv
# R
libcurl4-openssl-dev
libxml2-dev
r-base
# Racket

View File

@ -89,6 +89,9 @@ npm install -g purescript spago
# Python
pip3 install black
# R
R -e 'install.packages("languageserver")'
# ReasonML
npm install -g bs-platform
opam install -y reason