mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
Add installation instructions for Vim Plug
This commit is contained in:
@@ -13,6 +13,11 @@ Vim syntax and indent plugin for `.vue` and `.wpy` files. Mainly inspired by [mx
|
|||||||
cd ~/.vim/bundle && \
|
cd ~/.vim/bundle && \
|
||||||
git clone https://github.com/leafOfTree/vim-vue-plugin
|
git clone https://github.com/leafOfTree/vim-vue-plugin
|
||||||
|
|
||||||
|
- Use [vim-plug][7]
|
||||||
|
|
||||||
|
Plug 'leafOfTree/vim-vue-plugin'
|
||||||
|
:PlugInstall
|
||||||
|
|
||||||
- Or manually, clone this plugin, drop it in custom `path/to/this_plugin`, and add it to `rtp` in vimrc
|
- Or manually, clone this plugin, drop it in custom `path/to/this_plugin`, and add it to `rtp` in vimrc
|
||||||
|
|
||||||
set rpt+=path/to/this_plugin
|
set rpt+=path/to/this_plugin
|
||||||
@@ -60,3 +65,4 @@ Ex:
|
|||||||
[4]: https://github.com/digitaltoad/vim-pug
|
[4]: https://github.com/digitaltoad/vim-pug
|
||||||
[5]: https://github.com/tpope/vim-pathogen
|
[5]: https://github.com/tpope/vim-pathogen
|
||||||
[6]: https://tencent.github.io/wepy
|
[6]: https://tencent.github.io/wepy
|
||||||
|
[7]: https://github.com/junegunn/vim-plug
|
||||||
|
|||||||
Reference in New Issue
Block a user