feat(nvim): use floaterm for running tests

This commit is contained in:
Oliver Davies 2022-12-28 17:35:11 +00:00
parent 373c824caf
commit 0371434311
3 changed files with 6 additions and 1 deletions

View 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