" ----------------------------------------------------------------------------- " - Vim-test and general testing config - " ----------------------------------------------------------------------------- " make test commands execute using dispatch.vim let test#strategy = "dispatch" " Map test running commands nmap tn :TestNearest nmap tf :TestFile nmap ts :TestSuite nmap tl :TestLast nmap tg :TestVisit