Common Vim plug-ins

Source: Internet
Author: User
Tags doxygen

Project ("project" management of files)

Author:Aric blumer

Installation instructions:

1. download the latest version (project-1.3.tar.gz) on the vim website );
2. Use the tar xvfz project-1.3.tar.gz-C ~ /. Vim "unlock;
3. Run ": helptags ~" in vim ~ /. Vim/Doc "installation documentation.

Function Description:

This plug-in can organize files into a tree for search and management. Run the ": Project" command to open a user's "project file "(~ /. Vimprojects ).

________________________________________________________

Taglist (source code structure)

Author:Yegappan Lakshmanan

Installation instructions:

1. Make sure there is an available exuberant ctags version on the machine (you can run the "ctags" command ")

2. Download The taglist (assumed as taglist.zip) on the vim website );

3. Use "Unzip taglist.zip-D ~ /. Vim "unlock;

4. Run ": helptags ~" in vim ~ /. Vim/Doc "installation documentation.

Although the taglist uses ctags, the existence of the tags file is not required.

Function Description:

Use the ": tlist" command to enable/disable taglist.

________________________________________________________

Doxygen (highlighted in the document comment syntax)

Author:Michael Geddes

Installation instructions:

1. download the latest cookbook (doxygen.zip) on the vim website );
2. Unzip doxygen.zip;
3. Run "CP-P doxygen. Vim ~ /. Vim/syntax and "CP-P doxygen.txt ~ /. Vim/Doc "copy the file to the vim directory;
4. Run ": helptags ~" in vim ~ /. Vim/Doc "installation documentation.
5. If ~ The/. Vim/after/syntax directory does not exist. Use "mkdir-P ~ /. Vim/after/syntax "to create the directory;
6. Enter ~ The/. Vim/after/syntax directory uses the following three lines to create associations between syntax files so that the comments can be recognized in C, C ++, And java files:

ln -s ../../syntax/doxygen.vim c.vim
ln -s ../../syntax/doxygen.vim cpp.vim
ln -s ../../syntax/doxygen.vim java.vim"

6. (Optional) Check whether doxygen is correct on my personal programming page [6. vim updates (including the changes that the author has not incorporated into the standard release-Curious words, you can go to doxygen. in the vim file, take a look at how many times the name of Wu yongwei appears :-)).

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.