Add vim 8 instructions

Closes #39
This commit is contained in:
Eduardo San Martin Morote
2016-12-21 10:48:15 +01:00
committed by GitHub
parent b57f9d8f6e
commit 001e7c4541

View File

@@ -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