diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-26 11:04:18 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-26 11:04:18 +0200 |
commit | e9fff526a2fa20523de8a1c11c6a95e390725b11 (patch) | |
tree | 39e7157d90013eafd10e31ec31e8d86a64869ac4 /vimrc | |
parent | b3c7fa1a0c9fbc49816df517fe5b862163f71d32 (diff) | |
download | vim-e9fff526a2fa20523de8a1c11c6a95e390725b11.zip vim-e9fff526a2fa20523de8a1c11c6a95e390725b11.tar.gz |
update colorscheme
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,8 @@ call pathogen#infect() " color scheme map <F12> :let &background = ( &background == "dark" ? "light" : "dark" )<CR> -colorscheme void +set t_Co=256 +colorscheme desert256 " Switch syntax highlighting on, when the terminal has colors " Also switch on highlighting the last used search pattern. @@ -25,7 +26,7 @@ set nofsync :au BufNewFile * :exe("0r! ~/.vim/skeletons.rb %:p " . &filetype) :au Filetype html,xml,xsl source ~/.vim/scripts/closetag.vim -"set cursorline +set cursorline "set cursorcolumn set foldmethod=marker set expandtab tabstop=4 shiftwidth=4 softtabstop=4 |