plugins - Re-added vim-test
This commit is contained in:
parent
7ad6c76e53
commit
5923d8340b
3 changed files with 9 additions and 3 deletions
bundles-init
|
@ -1,8 +0,0 @@
|
|||
" Run tests in the background, send results to the quickfix window
|
||||
let test#strategy = 'asyncrun_background'
|
||||
|
||||
" Shortcuts
|
||||
nmap <silent> <Leader>Ta :TestSuite<CR>
|
||||
nmap <silent> <Leader>Tf :TestFile<CR>
|
||||
nmap <silent> <Leader>Tc :TestNearest<CR>
|
||||
nmap <silent> <Leader>TT :TestLast<CR>
|
|
@ -1 +0,0 @@
|
|||
NeoBundle 'vim-test/vim-test'
|
Loading…
Add table
Add a link
Reference in a new issue