heavim/bundles-init/vim-test.cfg.vim

9 lines
266 B
VimL
Raw Normal View History

" Run tests in the background, send results to the quickfix window
2020-12-05 00:39:10 +01:00
let test#strategy = 'asyncrun_background'
" Shortcuts
nmap <silent> <F10> :TestSuite<CR>
nmap <silent> <F11> :TestFile<CR>
nmap <silent> <S-F11> :TestNearest<CR>
nmap <silent> <C-F11> :TestLast<CR>