X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Fvim%2F.vimrc;h=739ae07cf327d4bcfbd6b53d23d2e39b0059a296;hb=e24bd8b17586664e83ea84ea35ea8a05a486d6a8;hp=10dd903ac3aaf3cb1c7d20fa2bab2386ddae0ee0;hpb=235c6ab8153839dcfd848ad4683eb27be4b50ef7;p=shutils.git diff --git a/dotfiles/vim/.vimrc b/dotfiles/vim/.vimrc index 10dd903..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 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -169,6 +178,10 @@ if version>=700 au Filetype mail,text set fo+=n spell endif +"Scissor line +au Filetype mail syn match Statement /^\s*-*\s*>8\s*-*\s*$/ +au Filetype mail syn match Statement /^\s*-*\s*8<\s*-*\s*$/ + """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""