_,.----. ,----. _,.----. ,-.-. .=-.-. ___
.' .' - \ ,-.--` , \ .' .' - \ ,--.-./=/ ,//==/_ /.-._ .'=.'\
/==/ , ,-' |==|- _.-`/==/ , ,-'/==/, ||=| -|==|, |/==/ \|==| |
|==|- | . |==| `.-.|==|- | .\==\, \ / ,|==| ||==|,| / - |
|==|_ `-' \/==/_ , /|==|_ `-' \\==\ - ' - /==|- ||==| \/ , |
|==| _ , ||==| .-' |==| _ , | \==\ , ||==| ,||==|- , _ |
\==\. /|==|_ ,`-._\==\. / |==| - ,/|==|- ||==| _ /\ |
`-.`.___.-' /==/ , / `-.`.___.-' \==\ _ / /==/. //==/ / / , /
`--`-----`` `--`--' `--`-` `--`./ `--`
My vim configuration
cd
git clone https://github.com/ceclinux/cecvim.git
mv cecvim .vim
ln -s .vim/vimrc .vimrc
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim -c 'PlugInstall'
cd
mkdir .vim/session
wget raw.githubusercontent.com/Valloric/ycmd/master/cpp/ycm/.ycm_extra_conf.py
ENJOY😄
- silver-searcher-git //for replacement of grep
- fanyi(npm install -g fanyi) //translate the word under cursor to chinese
- fzf
- cmake(for compiling YouCompleteMe)