Giter Club home page Giter Club logo

vimcdoc's Introduction

VIM 中文文档 (Vim Chinese Documentation)

注意

从 6.3 版开始,Vim 加入了对翻译文档的支持。因而本仓库仅适用于 Vim 6.3 及以后的版本。如果你使用的是 Vim 6.2 或以前的版本,建议升级到 6.3 或更高版本。

使用方法

我在.vimrc/_vimrc文件中加入以下匹配以方便正确识别

" 设定 doc 文档目录
let helptags=$VIM."/vimfiles/doc"
set helplang=cn

独立安装

将 doc 文件夹放到~/.vim(linux) / $VIM\vimfiles(window) 目录中,然后在 VIM 中进行:helptags ~/.vim/doc(linux) 或者:helptags $VIM\vimfiles\doc,完成后会在 doc 目录下生成 tag 以及 tag-cn 文件。

Pathogen 安装

在终端(命令提示符)下执行以下语句

Linux:

cd ~/.vim/bundle && \
git clone git://github.com/asins/vimcdoc.git

Windows:

cd (你的 Vim 配置文件目录)\bundle
git clone git://github.com/asins/vimcdoc.git

重启 VIM 即可正常使用

Vundle 安装

.vimrc/_vimrc文件中加入一句

Plugin 'asins/vimcdoc'

运行:PluginInstall完成安装

NeoBundle 安装

.vimrc/_vimrc文件中加入一句

NeoBundle 'asins/vimcdoc'

运行:NeoBundleInstall完成安装

vim-plug 安装

.vimrc/_vimrc文件中加入一句

Plug 'asins/vimcdoc'

运行:PlugInstall完成安装

申明

Vim 文档来源于 http://vimcdoc.sourceforge.net/,这里整合已翻译的常用插件,方便使用。

已加入的插件文档,欢迎大家完善

  • NERD_commenter 提供许多不同的注释操作和风格的代码注释插件
  • NERD_tree 像妈妈一样体贴的树形浏览插件!
  • bufexplorer Buffer Explorer
  • CtrlP 模糊检索文件,缓冲区,最近最多使用,标签等的 Vim 插件
  • markdown Markdown 标记语言
  • matchit 扩展 "%" 的匹配功能
  • template 智能加载模板文件
  • ag 快速搜索工具,类似 glup 但快太多了

vimcdoc's People

Contributors

asins avatar firef0x avatar hotoo avatar laneast avatar yianwillis avatar codepiano avatar

Watchers

YaoHaiyang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.