vim: new colorscheme, also for terminal vim
[shutils.git] / dotfiles / vim / .vimrc
index 1e40b8ba977d0a2e443cd5da60d2fb903d95a99d..739ae07cf327d4bcfbd6b53d23d2e39b0059a296 100644 (file)
@@ -67,6 +67,15 @@ au Filetype python,tex,c,cpp,cs,objc,java :DetectIndent
 "let g:detectindent_preferred_indent = 4
 
 
+
+" Use 256 colors
+set t_Co=256
+let g:CSApprox_attr_map = { 'bold' : 'bold', 'italic' : '', 'sp' : '' }
+colorscheme shuber-wombat
+
+set cursorline
+
+
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 "  fortran
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""