sh -c "$(curl -fsSL https://raw.githubusercontent.com/alex81527/configs/master/vim-setup.sh)"
- Valloric/YouCompleteMe auto completion
- vim-syntastic/syntastic syntax check
- scrooloose/nerdtree directory browsing
- vim-airline/vim-airline fancy statusline
- vim-airline/vim-airline-themes
- flazz/vim-colorschemes
-
Give YCM compile flags to parse your code
Download sample config from here:
curl -ssL https://raw.githubusercontent.com/Valloric/ycmd/master/cpp/ycm/.ycm_extra_conf.py -o ~/.ycm_extra_conf.py
Add these to your .vimrc:
"Settings for YouCompleteMe
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
"no confirmation for ycm_confirm_extra_conf each time
let g:ycm_confirm_extra_conf = 0
- See FAQ section.
- Doc:
~/.vim/bundle/syntastic/doc
- Install oh-my-zsh.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download .zshrc
curl -sSL https://raw.githubusercontent.com/alex81527/configs/master/.zshrc -o ~/.zshrc