feat(nvim): use floaterm for running tests
This commit is contained in:
parent
373c824caf
commit
0371434311
4
config/neovim/after/plugin/floaterm.lua
Normal file
4
config/neovim/after/plugin/floaterm.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
vim.g.floaterm_autoinsert = 1
|
||||
vim.g.floaterm_height = 0.8
|
||||
vim.g.floaterm_title = 0
|
||||
vim.g.floaterm_width = 0.8
|
|
@ -13,7 +13,7 @@ map("n", "<leader>ts", ":TestSuite<CR>", options)
|
|||
vim.cmd([[
|
||||
let test#echo_command = 0
|
||||
let test#neovim#start_normal = 1
|
||||
let test#strategy = "vimux"
|
||||
let test#strategy = "floaterm"
|
||||
|
||||
let test#php#phpunit#executable = 'just test'
|
||||
let test#php#phpunit#options = '--colors=always'
|
||||
|
|
|
@ -101,6 +101,7 @@ in {
|
|||
vimPlugins.rest-nvim
|
||||
vimPlugins.splitjoin-vim
|
||||
vimPlugins.vim-abolish
|
||||
vimPlugins.vim-floaterm
|
||||
vimPlugins.vim-highlightedyank
|
||||
vimPlugins.vim-polyglot
|
||||
vimPlugins.vim-repeat
|
||||
|
|
Loading…
Reference in a new issue