From 280ff598cbe97fa7be5459f650a189fe6331284f Mon Sep 17 00:00:00 2001 From: hiberno Date: Fri, 19 Feb 2016 11:06:08 +0100 Subject: [PATCH] Adding Updating instructions. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 13a3114..20e40b9 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,16 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' (New-Object Net.WebClient).DownloadFile($uri, $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("~\vimfiles\autoload\plug.vim")) ``` +### Keep up-to-date + +Add something like this to your plugin section: + +```sh +Plug 'junegunn/vim-plug', {'do': 'cp ./plug.vim ../../autoload/'} +``` + +Now `vim-plug` keeps it self up-to-date. + ### Usage Add a vim-plug section to your `~/.vimrc` (or `~/.config/nvim/init.vim` for Neovim):