soft-circles / .vim

My vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My vim config

Remove current .vim directory

rm -rf .vim

Pull repo down

git clone https://github.com/akiraandy/.vim.git

Install dein

curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
# For example, we just use `~/.cache/dein` as installation directory
sh ./installer.sh ~/.cache/dein

Create symlink

ln -sf ~/.vim/.vimrc ~/.vimrc

Open vim and install dein and dependencies

:call dein#install()

About

My vimrc


Languages

Language:Vim Script 100.0%