feat(nvim): use the neovim test strategy
This commit is contained in:
parent
5d3c35a725
commit
9ac7834d18
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue