Skip to content

RobertYCXu/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal vim config

DEPRECATED: Vim settings now live in my dotfiles repo.

Installation

cd ~
rm -rf .vim
rm .vimrc
git clone https://github.com/RobertYCXu/vim-config .vim
# link .vimrc with vimrc in .vim
ln -s ~/.vim/vimrc ~/.vimrc

Dependencies

1. Powerline fonts

# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts

Then change iterm font to a powerline font.

About

Custom vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors