Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 834 Bytes

File metadata and controls

22 lines (13 loc) · 834 Bytes

This is my .vimrc

I'm usually working with Python/Django and HTML/CSS/JavaScript, so my Vim IDE is configured for these languages.

All of the plugins are installed and updated via Vundle plugin manager!

Have fun and fork at will! :)

Quick start

  1. Clone this repo: git clone git://github.com/funkotron/dotvim.git ~/.vim - Be careful not to override your own configuration...

  2. Initialize the Vundle plugin as a sub-repository:

     git submodule init
     git submodule update
    
  3. Open vim and type :BundleInstall! to install all the plugins.

  4. The rest is fully documented in the .virmc source itself.

Enjoy! :)

TODO: Add more of the wonderments from [mir nazim's plugin list][http://mirnazim.org/writings/vim-plugins-i-use/]