Skip to content

Instantly share code, notes, and snippets.

@amiel
Created January 25, 2013 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amiel/4637129 to your computer and use it in GitHub Desktop.
Save amiel/4637129 to your computer and use it in GitHub Desktop.
Sections from my .vimrc regarding simplecov.vim
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