PySuite : A collection of python vim scripts
script karma |
Rating 0/0,
Downloaded by 1097 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
A K |
|
script type |
utility |
|
description |
You need vim compiled with python to use these! To test if your vim includes python, use this command: :python print 'hi'. If you get an error, you don't have python.
Included scripts are:
- vimp3 - music player for vim (scores, random mode taking scores into account, multiple playlists per file, option to pause between tracks; note: other scripts will work in win/linux, this one is only for linux)
- outliner similar to TVO
- todo list manager
- project manager (load/unload by dir/project, make an outline of python files, etc)
- calendar that supports adding notes to dates
- plugin to track expenses and balances
- sortable table with fields separated by 2+ spaces
- resize - set a list of main vim window sizes and use two shortcuts to resize -/+
- helpgrep - enter a few words and use :helpgrep cmd to search for them in any order
- pystripdoc - make a copy of buffer with stripped out python docstrings and comments
- pyfolddoc - fold python docstrings and comments
- aligncode - align code by '=' or '#' chars
For a more detailed description, see home page: http://lightbird.net/pysuite/. |
|
install details |
Unzip in ~/.vim/ ; cd to pysuite and look at the docs, then cp -r ftplugin/ plugin/ python/ syntax/ ~/.vim/ if you need all scripts; if you want only a few scripts, copy pysuite.vim to .vim/plugin/ and the scripts you want to respective dirs under ~/.vim/ .
Not tested on windows but most will probably work fine and the rest - with minor adjustments. |
|
script versions (upload new version)
Click on the package to download.
pysuite-0.3.0.tar.gz |
0.3.0 |
2010-06-26 |
7.0 |
A K |
Added vimp3 script. Fixed some performance issues with the suite, added reverse sorting to scripts that have sortable tables, fixed a bug in cal with insertion of new entries after existing entries. |
pysuite-0.2.6.tar.gz |
0.2.6 |
2010-06-13 |
7.0 |
A K |
A number of serious bugs fixed: missing potl script, old pysuite.vim (broke opening files in vimject and probably other things). |
pysuite-0.2.5.tar.gz |
0.2.5 |
2010-06-12 |
7.0 |
A K |
Initial upload |
ip used for rating: 52.14.157.158
|