소스 검색

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