diff --git a/vim-plug-doc/README.md b/vim-plug-doc/README.md new file mode 100644 index 0000000..f720ce0 --- /dev/null +++ b/vim-plug-doc/README.md @@ -0,0 +1,12 @@ +vim-plug help pages! +=================== +Small vim plugin which gives access to vim-plug usage from +within vim. + +Installation +------------ +Add the following to your list of pluggins: + +```vim +:Plug 'junegunn/vim-plug', {'rtp': 'vim-plug-doc'} +```