summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-26 11:04:18 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-26 11:04:18 +0200
commite9fff526a2fa20523de8a1c11c6a95e390725b11 (patch)
tree39e7157d90013eafd10e31ec31e8d86a64869ac4 /vimrc
parentb3c7fa1a0c9fbc49816df517fe5b862163f71d32 (diff)
downloadvim-e9fff526a2fa20523de8a1c11c6a95e390725b11.zip
vim-e9fff526a2fa20523de8a1c11c6a95e390725b11.tar.gz
update colorscheme
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 345d5ba..bf4f503 100644
--- a/vimrc
+++ b/vimrc
@@ -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