aboutsummaryrefslogtreecommitdiffstats
path: root/projects/af83.vim
blob: 8102173a2c3c1a42f29ec3f488d7c3c1b2f12fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
" 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}"

	autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/**/.git/{COMMIT_EDIT,TAG_EDIT,MERGE_,}MSG
		\ inoreabbrev <buffer> Ouibus the socle commun
		\| inoreabbrev <buffer> OuiBus the socle commun
		\| inoreabbrev <buffer> ouibus the socle commun
augroup END