Configuration Overview:
1. automatic matching of brackets [all types of brackets and quotation marks are supported]
2. One-click addition of syntax template, author, time, and other information
3. One-click compilation and running of a single source file [all mainstream programming languages are supported]
4. Code Completion and function jump [implemented by ctags]
5. Intelligent completion of syntax structure [implemented by snipmate]
6. write blogs and Wiki in VIM [implemented by vimwiki]
7. added the Simplified Chinese version of the vim document
8. For more functions, see the configuration code. Download the configuration file and custom configuration folder. For the download link, see the end of this article.
----------------------------------
Download instructions:
Vimfiles is the custom configuration folder of gvim. The relative path is/gvim/vimfiles. The actual path on my local machine is: D: \ apps \ gvim \ vimfiles
_ Vimrc is the configuration file of gvim. The relative path is/gvim/_ vimrc. The actual path on my local machine is: D: \ apps \ gvim \ _ vimrc.
1. You can place this folder under your gvim installation path to overwrite the original vimfiles and _ vimrc (it is best to delete the original vimfiles directory first ), in this way, you can use this configured Vim [back up your original file before overwriting to avoid exceptions]
2. If your gvim installation path is different from my local path, you also need to modify the configuration address of several plug-ins in _ vimrc. You do not need to change the configuration address of other plug-ins.
3. Tip: We recommend that you add/gvim/vim73 (if you are using gvim 7.3) to your system environment variables, preferably at the beginning of all environment variables.
4. This package comes with several gadgets. Please place them in the/gvim/vim73 directory so that the system can find ctags and so on. [if you want this step to be effective, you must add environment variables first]
Header.htmland footer.html are the Wiki templates of my blog. If you want to use vimwiki, you can use it for reference.
This package includes two Vim manuals and several Vim diagrams, as well as an official reference document for vimwiki.
Reprinted from http://www.oschina.net/code/snippet_103341_7056