From b567494398ad9590c9e74e1551a0ab923d034335 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Fri, 19 Oct 2018 13:32:21 -0700 Subject: [PATCH] Add vim 8 package manager instructions See the following links for details: http://vimhelp.appspot.com/repeat.txt.html#packages https://shapeshed.com/vim-packages/ --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f712e1f2..414942fc 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ Features: ### Plugin Managers +```bash +# vim 8 native package loading +# http://vimhelp.appspot.com/repeat.txt.html#packages +git clone https://github.com/elixir-lang/vim-elixir.git ~/.vim/pack/my-packages/start +``` + ```bash # pathogen git clone https://github.com/elixir-lang/vim-elixir.git ~/.vim/bundle/vim-elixir