feat(nvim): use vimux when running tests

This commit is contained in:
Oliver Davies 2022-04-05 09:32:20 +01:00
parent ec4942d72c
commit 96a532a501
2 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -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"