zwidny / _python_vimrc

This is my personal vimrc for python dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_python_vimrc

This is my personal vimrc for python dev

Requirements

  • VIM >= 7.3 (mostly features needed +python or +python3 support)[support] <docs/support>

Install

  1. Set up Vundle:

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

  2. Cope vimrc file:

    $ git clone https://github.com/zwidny/_python_vimrc.git ./_python_vimrc

    $ cd ./_python_vimrc

    $ cp ./.vimrc $HOME

  3. Install Plugins:

    Launch vim and run :PluginInstall

About

This is my personal vimrc for python dev


Languages

Language:Vim Script 100.0%