forked from yianwillis/vimcdoc
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |