/myvim

My Vim

Primary LanguageVim script

What is this

My vim enviroment

Install

install script

$ curl -fsSL https://raw.github.com/AtsushiSakai/myvim/master/install.py | python

Manual

1 Checkout software

git clone git@github.com:AtsushiSakai/myvim.git ~

2 Create symboric links

ln -s ~/myvim/.vimrc ~/.vimrc ~/myvim/.vim ~/.vim

3 Install neobundle

git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim

Detailed description in Japanese