diff --git a/lua/plugins/configs/kterm.lua b/lua/plugins/configs/kterm.lua index 00cfca4..ee34df4 100644 --- a/lua/plugins/configs/kterm.lua +++ b/lua/plugins/configs/kterm.lua @@ -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 },