4

Just like Command-T. Command-T requires Vim compiled with Ruby support. Is there any vim plugin written in python?

Zoe
  • 27,060
  • 21
  • 118
  • 148
user873792
  • 323
  • 2
  • 8

3 Answers3

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