/dotfiles

Repo to save my config files

Primary LanguageVimL

My dotfiles

Repo to save my dot config files

Include


VIM

You can copy my vim configuration following this:

git clone https://github.com/liaoxl/dotfiles.git your_tmp_dir
cd your_tmp_dir
# Install vim, you should replace your ~/.vimrc file and ~/.vim/ folder
# Your must backup your files before the folling opertations !!!
rm ~/.vimrc
rm -rf ~/.vim/

cp vimfiles/vimrc ~/.vimrc
cp -r vimfiles/vim ~/.vim/

However, The nerdtree plugin and taglist plugin were installed by yum

myvim

BASH