Skip to content

Commit

Permalink
Add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Apr 1, 2015
1 parent 8cb8c70 commit a6c7800
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

# README

这是 vimcdoc 官方仓库的 fork,并且默认分支是 release,这个分支把可以直接用于
doc 目录、Vundle、NeoBundle、Pathogen 等直接安装使用。且为各个版本打了 tag,
NeoBundle 可以很方便的指定安装特定版本的中文文档。

## INSTALL

### Vundle 方式

```
Plugin "vimcn/vimcdoc"
```

重启 Vim 后执行 `:PluginInstall` 命令。

### NeoBundle 方式

```
NeoBundle "vimcn/vimcdoc"
```

重启 Vim 后执行 `:NeoBundleInstall` 命令。

### 其他安装方式

更多安装方式请参考 https://vimcn.github.io/usage

0 comments on commit a6c7800

Please sign in to comment.