We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a689683 commit 9130c71Copy full SHA for 9130c71
1 file changed
README.md
@@ -18,6 +18,19 @@ GenServer callbacks moved to separate group.
18
`Ctrl-@` to use Ctrl-P search on function names and quick jump on them
19
`<Leader>l` to fuzzy search text in file
20
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
34
35
## how to update submodules
36
```
0 commit comments