feat(nvim): use vimux when running tests
This commit is contained in:
parent
ec4942d72c
commit
96a532a501
2 changed files with 4 additions and 1 deletions
|
@ -12,4 +12,4 @@ 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"
|
||||
vim.g["test#strategy"] = "vimux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue