Created
January 25, 2013 19:31
-
-
Save amiel/4637129 to your computer and use it in GitHub Desktop.
Sections from my .vimrc regarding simplecov.vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function! SetupCoverage() | |
if filereadable("coverage.vim") | |
source coverage.vim | |
endif | |
endfunction | |
if has("autocmd") | |
autocmd FileType ruby call SetupCoverage() | |
endif | |
hi SignColumn ctermbg=NONE guibg=NONE | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment