add float opts for term feature
This commit is contained in:
parent
b2e2b15b45
commit
59082a8f28
|
@ -77,6 +77,14 @@ M.ui = {
|
|||
|
||||
term = {
|
||||
sizes = { sp = 0.3, vsp = 0.2 },
|
||||
float = {
|
||||
relative = "editor",
|
||||
row = 0.3,
|
||||
col = 0.25,
|
||||
width = 0.5,
|
||||
height = 0.4,
|
||||
border = "single",
|
||||
},
|
||||
behavior = {
|
||||
auto_insert = true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue