docs:vim:plugins

plugins

For most plugins, simply drop plugin files into your vim folder, and they will be active the next time Vim runs. This can easily be done like this:

unzip -d ~/.vim filename.zip

If the folder structure listed below doesn't exist on your machine, create it as shown. Some plugins have documentation or install instructions, and may also contain other files for use by the plugin. These files are typically installed in your vim folder.

Unix: ~/.vim/plugin
Windows: ~/vimfiles/plugin

This will show you a list of files that have been sourced:

:scriptnames
  • Tag List - Source code browser (navigator for functions, methods, etc…)
  • Color Sampler Pack - Popular color themes for Vim
  • snipMate - TextMate snippets for Vim
  • surround - delete/change/add surrounding elements to text
  • NERD tree - allows you to explore your filesystem and to open files and directories
  • matchit - extended % matching for HTML, LaTeX, and many other languages
  • cocoa.vim - objective-c/xcode support for Vim

* you will probably want to update your doc files for help

  • docs/vim/plugins.txt
  • Last modified: 2011/12/22 13:35
  • by billh