- vim
- bash
- tmux
- Get Vundle plugin
- Install YouCompleteMe by following commands:
cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer
If powerline does not look great, then:
- get powerline font and set into terminal profile
sudo apt-get install fonts-powerline
- if using tmux: set TERM=xterm-color256
For Ubuntu 16.04, 14.04, Linux Mint 18/17, and their derivatives, install vim 8.0v here.
sudo add-apt-repository ppa:jonathonf/vim
sudo apt-get update
sudo apt-get install vim