Skip to content

fariverGit/vim-as-a-python-ide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim as a Python IDE

Video: https://www.youtube.com/watch?v=YhqsjUUHj6g
Slides: https://speakerdeck.com/u/mbrochh/p/vim-as-a-python-ide

If you want to start using Vim for the first time, have a look at the .vimrc file in this repository and gradually uncomment everything.

Then install the plugins mentionned at the bottom of the file and you should be good to go.

Please note that I am no longer using the python-mode plugin. Instead I am now using the jedi-vim plugin, which I find a bit easier to configure and it seems to have better auto-completion features. and I find if you want to use auto-completion by tab, you must install supertab

quickfix use <c+j> to jump into warning selecting interface and :q to close it

you need:

cd bundle
sh git.sh

一些有用的参考信息

https://blog.csdn.net/qq_42698422/article/details/100148176 比如使用vundle配置YCM如何出错参考:https://www.cnblogs.com/xusijie/p/15303662.html

About

Example code from my PyCon APAC 2012 talk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 96.3%
  • Python 3.2%
  • Shell 0.5%