/Vim-Setup-Files

Vim Setup Files

Primary LanguagePython

Vim Setup Files

These are my personal setup files for my vim setup. Currently they are pretty bare bones and work for what I do. There are some plugins that I am using that make Python development with Vim a little easier like jedi-vim, and supertab.

Prerequisites

Vim Installation with python module installed (This is pretty standard on linux)

To check just run,

$ vim --version

look for the +python in the stdout

Also install jedi (Makes the python autocomplete work)

$ pip install jedi

That should be all that you need as of right now. If you have any issues check out this blog.

Plugins (installed with pathogen)