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 50860ec commit f6432daCopy full SHA for f6432da
editor-extensions/coc.nvim/README.md
@@ -0,0 +1,26 @@
1
+# coc-reason
2
+
3
+Reason language server extension for [`coc.nvim`](https://github.com/neoclide/coc.nvim).
4
5
+## Install
6
7
+1. Inside (neo)vim run this command:
8
9
+```
10
+:CocInstall coc-reason
11
12
13
+Note: for coc installation instructions visit [`coc.nvim`](https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim) repo
14
15
+## Features
16
+* Code completion
17
+* Go to definition
18
+* Diagnostics
19
+* Find references
20
+* Hover for type info
21
+* Format file
22
23
+## License
24
25
+MIT
26
0 commit comments