diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-24 15:33:02 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-24 15:33:02 +0900 |
commit | a6adfee6ee5e59308f85bcfa331396814fb4d7d7 (patch) | |
tree | 6935837b79adcb157d1603ff725a7f808c7fcfbc /template | |
parent | 9f8b9a05d47b43301cef7976c9496e90295fcedb (diff) | |
download | vim-sonictemplate-a6adfee6ee5e59308f85bcfa331396814fb4d7d7.tar.gz vim-sonictemplate-a6adfee6ee5e59308f85bcfa331396814fb4d7d7.tar.bz2 vim-sonictemplate-a6adfee6ee5e59308f85bcfa331396814fb4d7d7.zip |
Update template
Diffstat (limited to 'template')
-rw-r--r-- | template/markdown/base-readme-sharp-vim.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/markdown/base-readme-sharp-vim.md b/template/markdown/base-readme-sharp-vim.md index c66d049..4dc4838 100644 --- a/template/markdown/base-readme-sharp-vim.md +++ b/template/markdown/base-readme-sharp-vim.md @@ -8,6 +8,8 @@ ## Installation +For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager: + ``` Plug '{{_input_:plug}}' ``` |