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