c18abfb46561f945131986da1a16a9715532db49
a7a5990 Add c snippet, update vundle 38330c0 Merge branch 'master' of vcs.murgi.de:dotfiles_fabian/vim 6fa8102 Smartcase, new kernel snippet c9e8778 Finally fix copying to clipboard (hopefully) git-subtree-dir: vim git-subtree-split: a7a599024ad06c9533e7b323b386e25e863e2e95
Installing plugins
Open vim and execute :PluginInstall, Vundle will do the rest.
To install YouCompleteMe see the YouCompleteMe README after installing plugins in bundle/YouCompleteMe.
Colors
Add to .zshrc:
if [ -e /usr/share/terminfo/x/xterm-256color ]; then
export TERM='xterm-256color'
else
export TERM='xterm-color'
fi
To see all colors open vim and type :so color.vim in the .vim directory.
Description
Languages
Vim Script
98.3%
Shell
1.3%
Python
0.3%