From f6d94b350cb0fd10241eaf93812e3227c0388fcb Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 28 Sep 2013 22:49:14 +0900 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0be9613..4fbb563 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,14 @@ plugins with `plug#begin(path)` call. | `g:plug_threads` | 16 | Default number of threads to use | | `g:plug_timeout` | 60 | Time limit of each task in seconds | +### Example: A small [sensible](https://github.com/tpope/vim-sensible) Vim configuration + +```vim +call plug#begin() +Plug 'tpope/vim-sensible' +call plug#end() +``` + ### Dependency resolution If a Vim plugin specifies its dependent plugins in `Plugfile` in its root