diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-03-24 14:41:43 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-03-24 14:41:43 +0100 |
commit | 9bd1062ac410f3ce2007e995b8ea09a8a381ae49 (patch) | |
tree | f9b42f2f09d389009b61c6ed7f026a37564e6bba /vim/vimrc | |
parent | 5fe650b0c8eb3f8495b554b4b885042810e756a3 (diff) |
Some vim cleanup
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ syntax on -colorscheme Vitamins_Vim_Colorscheme_by_hcalves filetype plugin indent on +set t_Co=256 +colorscheme vitamins -set t_Co=88 set ls=0 set number set noerrorbells |