Skip to content

Commit f6432da

Browse files
amiraliesjaredly
authored andcommitted
add coc extension readme (#343)
1 parent 50860ec commit f6432da

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

editor-extensions/coc.nvim/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)