mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-08 02:14:43 +08:00
committed by
GitHub
parent
b57f9d8f6e
commit
001e7c4541
12
readme.md
12
readme.md
@@ -12,15 +12,23 @@ new version instead of a PR.
|
|||||||
|
|
||||||
### Install with [Vundle](https://github.com/VundleVim/Vundle.vim)
|
### 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)
|
### Install with [Pathogen](https://github.com/tpope/vim-pathogen)
|
||||||
|
|
||||||
```
|
```bash
|
||||||
cd ~/.vim/bundle && \
|
cd ~/.vim/bundle && \
|
||||||
git clone https://github.com/posva/vim-vue.git
|
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)
|
### Integration with [Syntastic](https://github.com/scrooloose/syntastic)
|
||||||
|
|
||||||
Currently only `eslint` is available. Please make sure `eslint` and
|
Currently only `eslint` is available. Please make sure `eslint` and
|
||||||
|
|||||||
Reference in New Issue
Block a user