Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.22 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.22 KB

vim-python

A collection of configured vim plugins to make vim a great IDE for python development.

Getting started

Clone the project into your local machine:

$ git clone git://github.com/benzheren/vim-python.git

Create symlinks for .vim folder and .vimrc file

$ ln -s /path/to/vim-python/vim ~/.vim
$ ln -s /path/to/vim-python/vimrc ~/.vimrc

Plugins included

Notes

  • The included vimrc file is a sample setting file, you can customize it yourself.

References