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 = { 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 },