aboutsummaryrefslogtreecommitdiffstats
path: root/projects/stif.vim
blob: 6428e53ead939970b1387afc1285a4cd220532d9 (plain)
1
2
3
4
5
6
augroup stif
	autocmd!

	autocmd BufRead,BufEnter $VIM_PROJECT_PATH_STIF/*
		\ let g:rspec_command = "!bundle exec spring rspec {spec}"
augroup END