Skip to content

Commit 0aa6f29

Browse files
authored
Add the R language server (#1652)
1 parent 9dfe45c commit 0aa6f29

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

data/tools/r-language-server.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: R Language Server
2+
categories:
3+
- linter
4+
tags:
5+
- r
6+
license: MIT + file LICENSE
7+
types:
8+
- ide-plugin
9+
source: 'https://github.com/REditorSupport/languageserver/'
10+
homepage: 'https://github.com/REditorSupport/languageserver/'
11+
description: >-
12+
Provides code completion, refactoring, folding, diagnostics (with lintr), and more for R.

0 commit comments

Comments
 (0)