Supm4n / dotvim

My .vimrc and vim plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim config

the .vimrc file and vim plugins I use

Installation

cd ~
git clone http://github.com/supm4n/dotvim.git ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc
ln -s ~/.vim/.vimrc ~/.gvimrc
cd ~/.vim
git submodule init
git submodule update

Enjoy !

Plugins used

Add a plugin

git submodule add http://github.com/../pluginname.git bundle/pluginname

Update plugins

This only works for git remote plugins

git submodule foreach git pull origin master

Credits

License

"THE BEER-WARE LICENSE Christ Azika-Eros (@supm4n, website, christ@azika-eros.org) owns this project. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. Christ Azika-Eros.

About

My .vimrc and vim plugins


Languages

Language:Vim Script 100.0%