Recommended Vim Plugins

There are few plugins out of thousands which I am using , May be useful for you :)


The NERD tree : A tree explorer plugin for navigating the filesystem

The NERD tree allows you to explore your filesystem and to open files and
directories. It presents the filesystem to you in the form of a tree which you
manipulate with the keyboard and/or mouse. It also allows you to perform
simple filesystem operations

taglist.vim : Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc) 
The "Tag List" plugin is a source code browser plugin for Vim and
provides an overview of the structure of source code files and allows
you to efficiently browse through source code files for different
programming languages.  You can visit the taglist plugin home page for
more information:

foldsearch : fold away lines that don't match a given pattern 

This plugin provides commands that fold away lines that don't match a specific search pattern.  This pattern can be the word under the cursor, the last search pattern, a regular expression or spelling errors. There are also commands to change the context of the shown lines.

a.vim : Alternate Files quickly (.c --> .h etc) 
A few of quick commands to swtich between source files and header files quickly.

Followers