We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f523b11 commit 724d59aCopy full SHA for 724d59a
Readme.md
@@ -27,6 +27,18 @@ ext install jaredly.reason-vscode
27
28
The vscode extension is configured via the normal vscode settings screen.
29
30
+### ArchLinux
31
+
32
+There is a package available in the [AUR](https://aur.archlinux.org/packages/reason-language-server).
33
34
+Use your favorite AUR helper or:
35
36
+```
37
+git clone https://aur.archlinux.org/reason-language-server.git
38
+cd reason-language-server
39
+makepkg -si
40
41
42
### OniVim
43
44
Oni has support for Reason baked in, and it only needs a little bit of configuration to integrate this langauge server.
0 commit comments