Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any documentation for the python module vim--for vim plugin development? [closed]

Tags:

python

vim

I have went through a couple blog posts on how to make vim plugins using Python, specifically from import vim. I am familiar with simple things such as vim.current.buffer, and others. However, I cannot find documentation on this module. Suggestions?

like image 464
jordancolbycox Avatar asked Oct 19 '22 19:10

jordancolbycox


1 Answers

from this presentation "Vim and Python: Two Great Tastes that Taste Great Together",

HOWTO Get Started

Not very well documented outside of vim.
In vim: help python
Look at other python scripts at vim.org
like image 189
Dyno Fu Avatar answered Oct 23 '22 09:10

Dyno Fu