Sunday 14 December 2014

Setting Up VIM for Python Code Testing

Hello guys,

So I have got a bit more time on my hands which would mean that I can be doing this alot more often.

I will quickly show how to set up auto-complete features for python on the vi editor in Linux (I am running Ubuntu Gnome 14.04).

First things,

Get Vundle (It's a package manager for vim). The link is here. Follow all the instructions on the page, it is quite detailed.

Next up, head over to the github site here and add this to the .vimrc file and then add it to the plug-ins to be installed. And that is all.

Thank you!

No comments:

Post a Comment