mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-10 06:31:51 +08:00
Update doc
This commit is contained in:
@@ -24,17 +24,23 @@ What's New
|
|||||||
|
|
||||||
- [VundleVim][2]
|
- [VundleVim][2]
|
||||||
|
|
||||||
|
```vim
|
||||||
Plugin 'leafOfTree/vim-vue-plugin'
|
Plugin 'leafOfTree/vim-vue-plugin'
|
||||||
|
```
|
||||||
|
|
||||||
- [vim-pathogen][5]
|
- [vim-pathogen][5]
|
||||||
|
|
||||||
|
```
|
||||||
cd ~/.vim/bundle
|
cd ~/.vim/bundle
|
||||||
git clone https://github.com/leafOfTree/vim-vue-plugin --depth 1
|
git clone https://github.com/leafOfTree/vim-vue-plugin --depth 1
|
||||||
|
```
|
||||||
|
|
||||||
- [vim-plug][7]
|
- [vim-plug][7]
|
||||||
|
|
||||||
|
```vim
|
||||||
Plug 'leafOfTree/vim-vue-plugin'
|
Plug 'leafOfTree/vim-vue-plugin'
|
||||||
:PlugInstall
|
: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