feat(nvim): use floaterm for running tests
This commit is contained in:
parent
716f35746a
commit
ece5c46c47
2 changed files with 5 additions and 1 deletions
4
after/plugin/floaterm.lua
Normal file
4
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
|
Reference in a new issue