Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/nistude/vimfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Sturm committed Feb 22, 2012
2 parents 437ca73 + c05e5f6 commit 1b2d88f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Expand Up @@ -31,6 +31,7 @@ au BufRead,BufNewFile *.md set ft=markdown
au BufRead,BufNewFile *.rake set ft=ruby
au BufRead,BufNewFile *.ronn set ft=markdown
au BufRead,BufNewFile *_spec.rb set ft=ruby.rspec
au BufRead,BufNewFile Guardfile set ft=ruby
au BufRead,BufNewFile Vagrantfile set ft=ruby

" Highlighting
Expand All @@ -41,6 +42,10 @@ highlight OverLength ctermfg=red
match OverLength /\%>80v.\+/
"highlight ColorColumn ctermbg=darkgrey
"set colorcolumn=80
" tweak mail highlighting
hi def link mailSubject Statement
hi def link mailQuoted1 Delimiter
hi def link mailQuoted2 Comment

" Folding
" syntax or indent
Expand Down

0 comments on commit 1b2d88f

Please sign in to comment.