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