From fddbefe37a01767f71ff957430c0249210f6325f Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Fri, 7 Apr 2017 21:09:49 +0200 Subject: [PATCH] Fixed instructions for vim8, now loads the plugin (#63) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index de7eda1..2de1ec7 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ git clone https://github.com/posva/vim-vue.git ### Install without a plugin manager (Vim 8) ```bash -git clone https://github.com/posva/vim-vue.git ~/.vim/pack/plugins/start +git clone https://github.com/posva/vim-vue.git ~/.vim/pack/plugins/start/vim-vue ``` ### Integration with [Syntastic](https://github.com/scrooloose/syntastic) or [ALE](https://github.com/w0rp/ale)