blob: 21a450d1bb6f6ab2a0dc1047118000e831783a17 (
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 = "!NO_RCOV=1 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
|