Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 420 Bytes

VimIDE

Requirements for GO:

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

go get -u github.com/nsf/gocode

To install plugins do these:

vim .vimrc

:BundleInstall

Requirements for Python:

easy_install --prefix=/home/uqmlore1/apps/pymodules -UZ ipython

easy_install --prefix=/home/uqmlore1/apps/pymodules -UZ flake8

easy_install --prefix=/home/uqmlore1/apps/pymodules -UZ autopep8