diff --git a/after/plugin/floaterm.lua b/after/plugin/floaterm.lua new file mode 100644 index 0000000..30d75dd --- /dev/null +++ b/after/plugin/floaterm.lua @@ -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 diff --git a/after/plugin/vim-test.lua b/after/plugin/vim-test.lua index 42121e3..54a82e8 100644 --- a/after/plugin/vim-test.lua +++ b/after/plugin/vim-test.lua @@ -13,7 +13,7 @@ map("n", "ts", ":TestSuite", 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'