feat(nvim): use the neovim test strategy

This commit is contained in:
Oliver Davies 2021-10-05 18:00:00 +01:00
parent 5d3c35a725
commit 9ac7834d18

View file

@ -3,3 +3,5 @@ nmap <silent> t<C-g> :TestVisit<CR>
nmap <silent> t<C-l> :TestLast<CR>
nmap <silent> t<C-n> :TestNearest<CR>
nmap <silent> t<C-s> :TestSuite<CR>
let test#strategy = "neovim"