feat(nvim): configure vim-test more
This commit is contained in:
parent
5d64cacb8b
commit
f6c4c6ace6
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue