From 0aeea1db081ae4eb9d55e0078af5a3e742fa1078 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 5 Aug 2014 15:32:28 +0900 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 68aaa59..8a77d31 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ and put it in ~/.vim/autoload ```sh mkdir -p ~/.vim/autoload -curl -fLo ~/.vim/autoload/plug.vim https://raw.github.com/junegunn/vim-plug/master/plug.vim +curl -fLo ~/.vim/autoload/plug.vim \ + https://raw.github.com/junegunn/vim-plug/master/plug.vim ``` Edit your .vimrc @@ -60,14 +61,14 @@ Reload .vimrc and `:PlugInstall` to install plugins. ### Commands -| Command | Description | -| --------------------------------- | ------------------------------------------------------------------- | -| PlugInstall [name ...] [#threads] | Install plugins | -| PlugUpdate [name ...] [#threads] | Install or update plugins | -| PlugClean[!] | Remove unused directories (bang version will clean without prompt) | -| PlugUpgrade | Upgrade vim-plug itself. You may need to restart Vim after upgrade. | -| PlugStatus | Check the status of plugins | -| PlugDiff | See the updated changes from the previous PlugUpdate | +| Command | Description | +| ----------------------------------- | ----------------------------------------------------------------------- | +| `PlugInstall [name ...] [#threads]` | Install plugins | +| `PlugUpdate [name ...] [#threads]` | Install or update plugins | +| `PlugClean[!]` | Remove unused directories (bang version will clean without prompt) | +| `PlugUpgrade` | Upgrade vim-plug itself. You may need to reload `.vimrc` after upgrade. | +| `PlugStatus` | Check the status of plugins | +| `PlugDiff` | See the updated changes from the previous PlugUpdate | ### `Plug` options