X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fvim%2F.vimrc;h=739ae07cf327d4bcfbd6b53d23d2e39b0059a296;hp=1e40b8ba977d0a2e443cd5da60d2fb903d95a99d;hb=e24bd8b17586664e83ea84ea35ea8a05a486d6a8;hpb=c17a330626c8d6a89f1507fea407ce3e54879f3e diff --git a/dotfiles/vim/.vimrc b/dotfiles/vim/.vimrc index 1e40b8b..739ae07 100644 --- a/dotfiles/vim/.vimrc +++ b/dotfiles/vim/.vimrc @@ -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 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""