Has anyone found a good set of python plugins for vim — specifically module completion?

前端 未结 9 2391
旧时难觅i
旧时难觅i 2021-01-30 14:45

I\'m looking for a suite of plugins that can help me finally switch over to vim full-time.

Right now I\'m using Komodo with some good success, but their vim bindings hav

9条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-30 15:07

    Old question, but I typed all this up for a misread question...

    General plugin recommendations: LookupFile and a plugin for your source control system (I like Git and Git-Vim).

    Python plugin recommendations: If you're using Linux, I'd recommend ipython and ipy.py (a better interactive interpreter). Improved syntax highlighting, snippets, pydoc, and for refactoring support bicyclerepairman. I got started with this post.

    You may want to try looking through someone's vimfiles. Mine are on github.

提交回复
热议问题