Skip to main content

Set up a VIM development environment.

Project description

Author:

seletz

Date:
2008-02-19
Revision:
59017

Abstract

This is a recipe to create a VIM project file. This is good for development, and if you use VIM with the Project plugin.

This recipe makes use of the mkvimproject egg.

Options

All options are optional.

patterns

a list of patterns to be included in the project file

create_tagfile

If this key exists, the recipe wil also use ctags to create a tag file of the buildout directory

tags

This list will be added to the in.vim script to set the tag files. Here you can add special directories (like buildout egg caches)

in_vim_additional

additional statements to add verbatim to the in.vim script.

Usage

Just add a buildout section like this:

[buildout]
parts=vpj

[vpj]
recipe = collective.recipe.vimproject
patterns=.py .zcml .pt .cfg .xml .txt .rst
create_tagfile=yes
in_vim_additional=
  set hlsearch
tags=/opt/inquant/buildout/eggs/tags
vim: set ft=rst tw=75 nocin nosi ai sw=4 ts=4 expandtab:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.recipe.vimproject-0.3.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

collective.recipe.vimproject-0.3.1-py2.4.egg (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page