Mercurial > dotfiles.old
comparison vimrc @ 22:b2c16cd71d95
Add math plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 23 Mar 2014 18:08:34 +0100 |
parents | bf5c5093bad9 |
children | 4112c6eb9f47 |
comparison
equal
deleted
inserted
replaced
21:bf5c5093bad9 | 22:b2c16cd71d95 |
---|---|
25 set linebreak | 25 set linebreak |
26 set lbr | 26 set lbr |
27 set tabstop=2 shiftwidth=2 | 27 set tabstop=2 shiftwidth=2 |
28 if has("gui_running") | 28 if has("gui_running") |
29 set background=dark | 29 set background=dark |
30 color base16-ocean | 30 color hybrid |
31 else | 31 else |
32 color hybrid | 32 color hybrid |
33 endif | 33 endif |
34 set guifont=Inconsolata\ for\ Powerline:h12 | 34 set guifont=Inconsolata\ for\ Powerline:h12 |
35 set autowrite | 35 set autowrite |