Add installation instructions for Vim Plug

This commit is contained in:
Ashish Wadekar
2018-12-18 12:13:49 +01:00
parent 75dad0d6d8
commit 821779ae0f

View File

@@ -13,6 +13,11 @@ Vim syntax and indent plugin for `.vue` and `.wpy` files. Mainly inspired by [mx
cd ~/.vim/bundle && \
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
set rpt+=path/to/this_plugin
@@ -60,3 +65,4 @@ Ex:
[4]: https://github.com/digitaltoad/vim-pug
[5]: https://github.com/tpope/vim-pathogen
[6]: https://tencent.github.io/wepy
[7]: https://github.com/junegunn/vim-plug