Mercurial > dotfiles.old
comparison vimrc @ 129:83a863716c11
Add v plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 01 Oct 2014 08:37:05 +0200 |
parents | 51924b069324 |
children | 212e7e98554d |
comparison
equal
deleted
inserted
replaced
128:51924b069324 | 129:83a863716c11 |
---|---|
28 set wrapmargin=2 | 28 set wrapmargin=2 |
29 set linebreak | 29 set linebreak |
30 set lbr | 30 set lbr |
31 set tabstop=2 shiftwidth=2 | 31 set tabstop=2 shiftwidth=2 |
32 if has("gui_running") | 32 if has("gui_running") |
33 set background=dark | 33 " set background=dark |
34 " color base16-ocean | 34 " color base16-ocean |
35 color Tomorrow-Night | 35 color Tomorrow-Night |
36 else | 36 else |
37 color Tomorrow-Night | 37 color Tomorrow-Night |
38 endif | 38 endif |