From 001e7c4541532fc118ff3d1980117d60f16b0ae3 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 21 Dec 2016 10:48:15 +0100 Subject: [PATCH] Add vim 8 instructions Closes #39 --- readme.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a93218c..dcdfd85 100644 --- a/readme.md +++ b/readme.md @@ -12,15 +12,23 @@ new version instead of a PR. ### Install with [Vundle](https://github.com/VundleVim/Vundle.vim) -`Plugin 'posva/vim-vue'` +```viml +Plugin 'posva/vim-vue' +``` ### Install with [Pathogen](https://github.com/tpope/vim-pathogen) -``` +```bash cd ~/.vim/bundle && \ 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 +``` + ### Integration with [Syntastic](https://github.com/scrooloose/syntastic) Currently only `eslint` is available. Please make sure `eslint` and