Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 298 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 298 Bytes

vimrc

setup

install vundle

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

setup vimrc

cp _vimrc ~/.vimrc

setup colortheme

mkdir ~/.vim/colors
cp solarized.vim ~/.vim/colors/

install

:PluginInstall

done.