Skip to content

Commit 9130c71

Browse files
author
Gaspar Chilingarov
committed
Add submodule init command
1 parent a689683 commit 9130c71

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ GenServer callbacks moved to separate group.
1818
`Ctrl-@` to use Ctrl-P search on function names and quick jump on them
1919
`<Leader>l` to fuzzy search text in file
2020

21+
## Starting using plugin
22+
Right now initialization from inside the plugin does not work properly.
23+
24+
If you are using pathogen please replace your `pathogen#infect` line with following.
25+
26+
```vim
27+
execute pathogen#infect("bundle/{}", "bundle/vim-ide-elixir/bundle/{}")
28+
```
29+
30+
## how to initialize submodules
31+
```
32+
git submodule update --init --recursive
33+
```
2134

2235
## how to update submodules
2336
```

0 commit comments

Comments
 (0)