Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any vim plugins written in python?

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

like image 479
user873792 Avatar asked Sep 15 '25 07:09

user873792


1 Answers

Many:

  • https://github.com/klen/rope-vim
  • https://github.com/SirVer/ultisnips

You can find 90+ more on Github by querying the username:vim-scripts for language:python (meaning Python is the primary language):

  • https://github.com/search?q=language%3Apython+username%3Avim-scripts
like image 165
miku Avatar answered Sep 17 '25 21:09

miku