nvim: toggleterm is a floating window again

This commit is contained in:
PowerUser64 2021-10-19 20:02:47 -07:00
parent 740dc82984
commit 36a7cd9364

View file

@ -62,7 +62,7 @@ M.toggleterm = function()
start_in_insert = true,
insert_mappings = true, -- whether or not the open mapping applies in insert mode
persist_size = true,
direction = 'vertical', -- vertical, horizontal, window, or float
direction = 'float', -- vertical, horizontal, window, or float
close_on_exit = true, -- close the terminal window when the process exits
-- shell = vim.o.shell, -- change the default shell
-- This field is only relevant if direction is set to 'float'