/vimrc-for-python

my vimrc for python

Primary LanguageVim script

vimrc-for-python

Usage

  1. Set up Vundle

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  1. Download vimrc to your home as .vimrc

  2. Install Plugins:

Launch vim and run :PluginInstall

To install from command line: vim +PluginInstall +qall