/vimrc

my vimrc file

Primary LanguageVim Script

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.