feat(nvim): configure vim-test more

This commit is contained in:
Oliver Davies 2022-01-11 17:51:17 +00:00
parent 5d64cacb8b
commit f6c4c6ace6

View file

@ -10,4 +10,6 @@ map("n", "t<C-l>", ":TestLast<CR>", options)
map("n", "t<C-n>", ":TestNearest<CR>", options)
map("n", "t<C-s>", ":TestSuite<CR>", options)
vim.g["test#echo_command"] = 0
vim.g["test#neovim#start_normal"] = 1
vim.g["test#strategy"] = "neovim"