Skip to content

Commit 364176f

Browse files
committed
Add README
1 parent cc76913 commit 364176f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# coc-elixir
2+
3+
Elixir language server extension based on [elixir-ls](https://github.com/JakeBecker/elixir-ls) for [`coc.nvim`](https://github.com/neoclide/coc.nvim).
4+
5+
## Install
6+
7+
1. Make sure you've got `elixir` and `mix` available in `$PATH`.
8+
9+
2. Inside (neo)vim run this command:
10+
11+
```
12+
:CocInstall coc-elixir
13+
```
14+
15+
## Features
16+
- Go to definition support
17+
- Code completion
18+
- Inline diagnostic (Build errors and warning)
19+
- Documentation on hover
20+
- Smart closing of code blocks
21+
- Code formatter
22+
23+
## License
24+
25+
MIT
26+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"elixir",
1010
"lsp"
1111
],
12-
"homepage": "https://github.com/amiralies/coc-elixir",
12+
"homepage": "https://github.com/amiralies/coc-elixir#readme",
1313
"scripts": {
1414
"clean": "rm -rf lib/",
1515
"build": "webpack",

0 commit comments

Comments
 (0)