change kterm float size

This commit is contained in:
krolyxon 2023-03-07 12:44:34 +05:30
parent c23d00fd2b
commit 6f0017059d
1 changed files with 4 additions and 4 deletions

View File

@ -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 },