aboutsummaryrefslogtreecommitdiffstats
path: root/projects/af83.vim
blob: 75544a7a87a3e54e5aaf894ea9ae1883b8af80e3 (plain)
1
2
3
4
5
6
7
8
9
10
" af83
augroup af83
	autocmd!

	autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/*
		\ let g:pick_command = "ag -l -a -p './.agignore' -g ''"

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