plugins - Fixed vim-test strategy setup
This commit is contained in:
parent
4aa39e6554
commit
ceacb6d3c0
2 changed files with 4 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
" Run tests in the background, send results to the quickfix window
|
||||
let test#strategy = 'asyncrun_background'
|
|
@ -11,3 +11,7 @@ nmap <silent> <Leader>Ta :TestSuite<CR>
|
|||
nmap <silent> <Leader>Tf :TestFile<CR>
|
||||
nmap <silent> <Leader>Tc :TestNearest<CR>
|
||||
nmap <silent> <Leader>TT :TestLast<CR>
|
||||
|
||||
" Run tests in the background, send results to the quickfix window
|
||||
" NOTE: this must be set in this file, not in a .cfg / .post file
|
||||
let test#strategy = 'asyncrun_background'
|
||||
|
|
Loading…
Reference in a new issue