Just like Command-T. Command-T requires Vim compiled with Ruby support. Is there any vim plugin written in python?
Asked
Active
Viewed 1,668 times
4
-
Voting to close as tool rec / off site resource. – Ciro Santilli OurBigBook.com Mar 21 '16 at 21:55
3 Answers
13
Many:
You can find 90+ more on Github by querying the username:vim-scripts
for language:python
(meaning Python is the primary language):

miku
- 181,842
- 47
- 306
- 310
1
Yes, please refer to my plugin: https://github.com/Yggdroot/LeaderF. Its function is similar to Command-T, yet written in Python.

Yggdroot
- 499
- 4
- 6
0
You can see reworked powerline: it has exactly 19+3 meaningful lines in two *.vim files (total 31+11: with empty lines and some auxiliary things). File with 3 (11) lines is not required if you install plugin using pip
. In any case it is required to add one additional line to the vimrc.
It is the only vim plugin I know that has that less number of lines in *.vim
files.

ZyX
- 52,536
- 7
- 114
- 135