9674873091
Moved appearance settings to plugin/settings/skwp-appearance.vim
9 lines
225 B
VimL
9 lines
225 B
VimL
" Default to rspec 1. If you want
|
|
" rspec 2, set this to 'rspec'
|
|
let g:ruby_conque_rspec_command='spec'
|
|
|
|
" prevent auto insert mode, which is helpful when using conque
|
|
" term for running tests
|
|
"
|
|
autocmd WinEnter * stopinsert
|