Development with Vim and Python
10:30 AM - 10:55 AM on August 15, 2015, Room 705Jerry Meeker
- Audience level:
- novice
- Watch:
- http://youtu.be/EBXuDDAqHHU
Description
Using VimL and Python to write scripts for the Vim text editor.
Abstract
Vim can be compiled with Python support. Scripting plugins is usually done with VimL but Python can take advantage of these features, such as controlling buffers and windows. Using Python one can import libraries and write in a more expressive language.