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