set teststrategy

This commit is contained in:
Thomas Ruoff
2019-06-03 23:31:55 +02:00
parent b2afaeab8a
commit 40933bf26e

View File

@@ -151,6 +151,7 @@ Plug 'wellle/targets.vim'
Plug 'janko-m/vim-test'
nmap <silent> <leader>t :TestNearest<CR>
nmap <silent> <leader>T :TestFile<CR>
let test#strategy = "vimterminal"
" vim 8 plugins
if v:version >= 800