aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/r_language_server/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-71/+0
|
* chore: further decouple module structure (#685)William Boman2022-05-111-1/+1
|
* chore: remove deprecated modules (#682)William Boman2022-05-101-1/+0
| | | | - https://github.com/williamboman/nvim-lsp-installer/wiki/Async-infrastructure-changes-notice - https://github.com/williamboman/nvim-lsp-installer/discussions/636
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-0/+1
|
* fix(r_language_server): remove unnecessary fullReinstall arg, and force ↵William Boman2022-04-191-2/+5
| | | | remotes install (#613)
* Keep user library paths when starting R language server (#611)Hongyuan Jia2022-04-191-1/+1
|
* r_language_server: install languageserversetup via remotes::install_github ↵William Boman2022-04-081-3/+19
| | | | | (#580) Co-authored-by: Samuel C-J Lee <chia-jung.l@outlook.com>
* fix(r_language_server): run install script via stdin (#578)William Boman2022-04-061-15/+16
| | | Fixes #568.
* add r_language_server (#467)meriops2022-02-121-0/+51
Closes #185. Co-authored-by: Olivier Devineau <olivier.devineau@inn.no> Co-authored-by: William Boman <william@redwill.se>