File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 9
9
" elixir" ,
10
10
" lsp"
11
11
],
12
- "homepage" : " https://github.com/amiralies/coc-elixir" ,
12
+ "homepage" : " https://github.com/amiralies/coc-elixir#readme " ,
13
13
"scripts" : {
14
14
"clean" : " rm -rf lib/" ,
15
15
"build" : " webpack" ,
You can’t perform that action at this time.
0 commit comments