feat(nvim): use vimux when running tests
This commit is contained in:
parent
ec4942d72c
commit
96a532a501
|
@ -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"
|
||||
|
|
|
@ -16,6 +16,9 @@ return packer.startup(function()
|
|||
|
||||
use "wbthomason/packer.nvim"
|
||||
|
||||
-- Tmux
|
||||
use "preservim/vimux"
|
||||
|
||||
-- Utilities
|
||||
use "andymass/vim-matchup"
|
||||
use "cakebaker/scss-syntax.vim"
|
||||
|
|
Loading…
Reference in a new issue