change kterm float size
This commit is contained in:
parent
c23d00fd2b
commit
6f0017059d
|
|
@ -4,10 +4,10 @@ local options = {
|
||||||
type_opts = {
|
type_opts = {
|
||||||
float = {
|
float = {
|
||||||
relative = "editor",
|
relative = "editor",
|
||||||
row = 0.3,
|
row = 0.07,
|
||||||
col = 0.25,
|
col = 0.05,
|
||||||
width = 0.5,
|
width = 0.9,
|
||||||
height = 0.4,
|
height = 0.8,
|
||||||
border = "single",
|
border = "single",
|
||||||
},
|
},
|
||||||
horizontal = { location = "rightbelow", split_ratio = 0.4 },
|
horizontal = { location = "rightbelow", split_ratio = 0.4 },
|
||||||
|
|
|
||||||
Reference in New Issue