call dein#add('vim-test/vim-test', #{ \ lazy: 1, \ on_cmd: [ \ 'TestSuite', 'TestFile', 'TestNearest', 'TestLast', \ 'TestVisit', 'TestClass', \ ], \ }) " Shortcuts nmap Ta :TestSuite nmap Tf :TestFile nmap Tc :TestNearest nmap TT :TestLast " 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'