From b73d16db83a02ebdfc7a56cd31ee788d67d2503d Mon Sep 17 00:00:00 2001 From: Nicholas Vargas Date: Sun, 3 Mar 2019 14:39:53 -0800 Subject: [PATCH] Update README.md vim 8 install instructions Vim 8 reads plugins from `~/.vim/pack/my-packages/start/pluginName` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 414942fc..ca8ff43d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Features: ```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 +git clone https://github.com/elixir-lang/vim-elixir.git ~/.vim/pack/my-packages/start/vim-elixir ``` ```bash