qingluo's vim tmux emacs configure file
==========
vim config
software NEEDS:
vim version must at least 7.4 in linux
clang
Cmake
1.auto run viminit.sh, then open vim in shell.
2.use ":BundleInstall" in command mode
3.Compile YouCompleteMe:
$cd ~/.vim/bundle/YouCompleteMe
$ ./install.sh --clang-completer
any detail usage of YouCompleteMe please goto
http://robturtle.github.io/blog/2013/10/27/YouCompleteMe-installation-and-configurations.html
https://github.com/Valloric/YouCompleteMe
git