Last Updated: February 25, 2016
·
381
· konstantin

vim configuration

Almost all vim users end up doing their own configuration and tweak it to be more productive.

I mixed some configs and wrote a lot of my own stuff(i.e. quick layout switch). You can find the repo on github. To install it simply copy this to bash:

curl -L https://raw.github.com/gorodinskiy/vimio/master/install.sh|bash

On windows after curl you will need to do manually :BundleInstall to install plugins.

Hope you will like it.