Extending Vim with Python
October 25th, 2007 Posted in Programming
Extending Vim with Python – Program – Python – Builder AU
If you’re a user of the text editor Vim, chances are you are already impressed with the number and power of its inbuilt features. If you’ve ever tried to add your own functionality to the editor but been turned off by its arcane Vimscript language, then you’ll be pleased to know that Vim now supports internal Python scripting.
You’ll need the python-vim package on ubuntu to get this to work.