diff options
author | Chris <[email protected]> | 2021-07-06 21:44:51 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-06 21:44:51 -0400 |
commit | 1ba8539fdd31f6340d5c89312e7673580542769c (patch) | |
tree | 58b7cc390310707c64cf741f2de1ff7da8a159d9 | |
parent | 00bf949fe8ee51d49650356e9a68cfe068e400e1 (diff) |
center lazygit
-rw-r--r-- | lua/lv-floatterm/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/lv-floatterm/init.lua b/lua/lv-floatterm/init.lua index 5cd6a4ae..dee11540 100644 --- a/lua/lv-floatterm/init.lua +++ b/lua/lv-floatterm/init.lua @@ -23,6 +23,8 @@ M.config = function() dimensions = { height = 0.9, width = 0.9, + x = 0.5, + y = 0.3, }, } |