Skip to content

Commit b92fc03

Browse files
lukebakkenjbodah
authored andcommitted
Add vim 8 package manager instructions (#449)
See the following links for details: http://vimhelp.appspot.com/repeat.txt.html#packages https://shapeshed.com/vim-packages/
1 parent 3abb0f4 commit b92fc03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Features:
1616

1717
### Plugin Managers
1818

19+
```bash
20+
# vim 8 native package loading
21+
# http://vimhelp.appspot.com/repeat.txt.html#packages
22+
git clone https://github.com/elixir-lang/vim-elixir.git ~/.vim/pack/my-packages/start
23+
```
24+
1925
```bash
2026
# pathogen
2127
git clone https://github.com/elixir-lang/vim-elixir.git ~/.vim/bundle/vim-elixir

0 commit comments

Comments
 (0)