-
Notifications
You must be signed in to change notification settings - Fork 0
gvim windows settings
Ryan Liang edited this page Oct 16, 2018
·
1 revision
The reason to give the name _gvimrc is to avoid the vim in git bash to load it.
This would let the vim in git bash lighter and faster.
mkdir -p ~/.vim/autoload ~/.vim/bundle ~/.vim/colors \
&& git clone -q https://github.com/altercation/vim-colors-solarized ~/.vim/bundle/vim-colors-solarized \
&& ln -s ~/.vim/bundle/vim-colors-solarized/colors/solarized.vim ~/.vim/colors/solarized.vim \
&& git clone -q https://www.github.com/VundleVim/Vundle.vim ~/.vim/bundle/Vundle.vim \
&& vim +PluginInstall +qall \
&& git clone -q --depth=1 https://github.com/powerline/fonts.git ~/Downloads/fontsset guifont=DejaVu_Sans_Mono:h12