Make toggleterm floating again
This commit is contained in:
parent
737afa0ba3
commit
24ffbb44b4
|
@ -1,5 +1,5 @@
|
||||||
require('toggleterm').setup {
|
require('toggleterm').setup {
|
||||||
direction = 'horizontal',
|
direction = 'float',
|
||||||
open_mapping = [[\t]],
|
open_mapping = [[\t]],
|
||||||
size = function (term)
|
size = function (term)
|
||||||
if term.direction == "horizontal" then
|
if term.direction == "horizontal" then
|
||||||
|
|
Loading…
Reference in a new issue