diff --git a/roles/neovim/files/after/plugin/vim-test.lua b/roles/neovim/files/after/plugin/vim-test.lua index 2834b3c0..ab2eb8ff 100644 --- a/roles/neovim/files/after/plugin/vim-test.lua +++ b/roles/neovim/files/after/plugin/vim-test.lua @@ -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"