Set up a VIM development environment.
Project description
- 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
Built Distribution
Close
Hashes for collective.recipe.vimproject-0.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45883d42cfd046c6aa427c8edc8995502c9963df88d2b2b5da50829086c7aa9e |
|
MD5 | 828cc14905626035880c05ec35073833 |
|
BLAKE2b-256 | dfff2ab09374da5dfa09da4060dd3da2968940179ab04e5f59cf886b9f979dbc |
Close
Hashes for collective.recipe.vimproject-0.3.1-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ae2b64f786ae4ebec2806ff79e4b461f77712a7ae0cc765132b0b680f3abb02 |
|
MD5 | 88ad79e08df0cf0e3dd1c91034ebc561 |
|
BLAKE2b-256 | 252e747dfe2836455bf7462ce46b1a10c8e58ddf904f5808a5d97f8b5dc4c6f5 |