forked from mattly/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fog_vimrc
21 lines (16 loc) · 1.01 KB
/
fog_vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
" .vimrc for my work on the appfog rails project
"
" Rails.vim custom nav
" going away soon
autocmd User Rails Rnavcommand lifecycle app/lifecycle -suffix=.rb
autocmd User Rails Rnavcommand service app/services -suffix=.rb
autocmd User Rails Rnavcommand sspec spec/services -suffix=_spec.rb
autocmd User Rails Rnavcommand rpc app/ernie -suffix=.rb
autocmd User Rails Rnavcommand rpcspec spec/ernie -suffix=_rpc_spec.rb
autocmd User Rails Rnavcommand domain app/domain_models -suffix=_meta.rb
autocmd User Rails Rnavcommand dspec spec/domain_models -suffix=_meta_spec.rb
autocmd User Rails Rnavcommand processor app/processors -suffix=.rb
autocmd User Rails Rnavcommand pspec spec/processors -suffix=_processor_spec.rb
autocmd User Rails Rnavcommand lib lib -suffix=.rb
autocmd User Rails Rnavcommand sass app/stylesheets -suffix=.sass
autocmd User Rails Rnavcommand coffee app/coffeescripts -suffix=.coffee