mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-10 22:51:52 +08:00
Update doc
This commit is contained in:
16
README.md
16
README.md
@@ -24,17 +24,23 @@ What's New
|
|||||||
|
|
||||||
- [VundleVim][2]
|
- [VundleVim][2]
|
||||||
|
|
||||||
Plugin 'leafOfTree/vim-vue-plugin'
|
```vim
|
||||||
|
Plugin 'leafOfTree/vim-vue-plugin'
|
||||||
|
```
|
||||||
|
|
||||||
- [vim-pathogen][5]
|
- [vim-pathogen][5]
|
||||||
|
|
||||||
cd ~/.vim/bundle
|
```
|
||||||
git clone https://github.com/leafOfTree/vim-vue-plugin --depth 1
|
cd ~/.vim/bundle
|
||||||
|
git clone https://github.com/leafOfTree/vim-vue-plugin --depth 1
|
||||||
|
```
|
||||||
|
|
||||||
- [vim-plug][7]
|
- [vim-plug][7]
|
||||||
|
|
||||||
Plug 'leafOfTree/vim-vue-plugin'
|
```vim
|
||||||
:PlugInstall
|
Plug 'leafOfTree/vim-vue-plugin'
|
||||||
|
:PlugInstall
|
||||||
|
```
|
||||||
|
|
||||||
- Or manually, clone this plugin to `path/to/this_plugin`, and add it to `rtp` in vimrc
|
- Or manually, clone this plugin to `path/to/this_plugin`, and add it to `rtp` in vimrc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user