From 06a7bf054b845b43ee24cb40ea69a48fd0b31cc7 Mon Sep 17 00:00:00 2001 From: Kai Hendry Date: Fri, 14 Oct 2016 11:09:56 +0800 Subject: [PATCH] Add Pathogen instruction Closes #28 --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 5cfd571..6f86962 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,13 @@ new version instead of a PR. `Plugin 'posva/vim-vue'` +### Install with [Pathogen](https://github.com/tpope/vim-pathogen) + +``` +cd ~/.vim/bundle && \ +git clone https://github.com/posva/vim-vue.git +``` + ### Integration with [Syntastic](https://github.com/scrooloose/syntastic) Currently only `eslint` is available. Please make sure `eslint` and