File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Elixir language server extension based on [elixir-ls](https://github.com/elixir-
4
4
5
5
## Install
6
6
7
+ ### CocInstall
8
+
7
9
1 . Make sure you've got ` elixir ` and ` mix ` available in ` $PATH ` .
8
10
9
11
2 . Inside (neo)vim run this command:
@@ -12,6 +14,16 @@ Elixir language server extension based on [elixir-ls](https://github.com/elixir-
12
14
:CocInstall coc-elixir
13
15
```
14
16
17
+ ### vim-plug
18
+
19
+ 1 . Make sure you've got ` elixir ` , ` mix ` and ` yarn ` available in ` $PATH ` .
20
+
21
+ 2 . Inside your ` plug#begin/end ` block in your ` .vimrc ` (vim) or ` init.vim ` (neovim) file, after ` coc.nvim ` add:
22
+
23
+ ```
24
+ Plug 'amiralies/coc-elixir', {'do': 'yarn install --frozen-lockfile && yarn run build'}
25
+ ```
26
+
15
27
## Features
16
28
- Go to definition support
17
29
- Code completion
You can’t perform that action at this time.
0 commit comments