diff options
Diffstat (limited to 'projects/stif.vim')
-rw-r--r-- | projects/stif.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/stif.vim b/projects/stif.vim new file mode 100644 index 0000000..6428e53 --- /dev/null +++ b/projects/stif.vim @@ -0,0 +1,6 @@ +augroup stif + autocmd! + + autocmd BufRead,BufEnter $VIM_PROJECT_PATH_STIF/* + \ let g:rspec_command = "!bundle exec spring rspec {spec}" +augroup END |