瀏覽代碼

Update README

Junegunn Choi 12 年之前
父節點
當前提交
f6d94b350c
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      README.md

+ 8 - 0
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