Squashed 'vim/' content from commit bb3025e
git-subtree-dir: vim git-subtree-split: bb3025e5a5f91efe7cee8a6b44c34a8d945956e3
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user