Vimcdoc-tw is the Vimcdoc (GitHub) of Traditional Chinese, we can to do :help
and read documentation of Traditional Chinese at Vim.
It has built with OpenCC and Zsh, if you want to rebuild it, you can see the 手把手玩Linux: Vim 中文用戶手冊(繁體字).
▲ Screenshot of :help help
.
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
- Pathogen
git clone https://github.com/chusiang/vimcdoc-tw ~/.vim/bundle/vimcdoc-tw
- NeoBundle
NeoBundle 'chusiang/vimcdoc-tw'
- Vundle
Bundle 'chusiang/vimcdoc-tw'
- manual
- copy the doc/, plugin/, syntax/ directory into your
~/.vim
directory. cp -r doc/ ~/.vim/
cp -r plugin/ ~/.vim/
cp -r syntax/ ~/.vim/
Switch the help language to zh-tw.
set helplang=tw
├── AUTHORS
├── ChangeLog
├── dict.txt
├── doc
│ ├── arabic.twx
│ ├── autocmd.twx
│ ├── ......
│ ├── version4.twx
│ ├── version5.twx
│ ├── version6.twx
│ ├── version7.twx
│ ├── vi_diff.twx
│ ├── visual.twx
│ ├── windows.twx
│ └── workshop.twx
├── guides.txt
├── INSTALL
├── LICENSE
├── plugin
│ └── vimcdoc.vim
├── README
├── README.md
├── syntax
│ └── help_tw.vim
├── TODO
└── VERSION