Python + Vim
ttp://brianray.chipy.org//Python/pythonandvim.html has a blog about VIM with Python built in. You can script VIM with Python.
http://www.vim.org/scripts/script.php?script_id=910 is a script that allows you to use PyDoc from within VIM, so you can look up documentation on modules while coding.
http://www.vim.org/scripts/script.php?script_id=850 pydiction is a special dictionary file of Python modules for use with vim's completion feature.
http://www.vim.org/scripts/script.php?script_id=127 is a plug in for running Python scripts from within VIM.
http://www.vim.org/scripts/script.php?script_id=1096 allows you to run PyChecker from within VIM.
The above list is shamelessly ripped from this post by projecktzero
<< Home