File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ require('copilot').setup({
117
117
open = " <M-CR>"
118
118
},
119
119
layout = {
120
- position = " bottom" , -- | top | left | right | horizontal | vertical
120
+ position = " bottom" , -- | top | left | right | bottom |
121
121
ratio = 0.4
122
122
},
123
123
},
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Default configuration ~
118
118
open = "<M-CR> "
119
119
},
120
120
layout = {
121
- position = "bottom", -- | top | left | right | horizontal | vertical
121
+ position = "bottom", -- | top | left | right | bottom |
122
122
ratio = 0.4
123
123
},
124
124
},
Original file line number Diff line number Diff line change @@ -320,8 +320,6 @@ function panel:ensure_winid()
320
320
right = { cmd_prefix = " vertical botright " , winsize_fn = get_width },
321
321
bottom = { cmd_prefix = " botright " , winsize_fn = get_height },
322
322
left = { cmd_prefix = " vertical topleft " , winsize_fn = get_width },
323
- horizontal = { cmd_prefix = " horizontal " , winsize_fn = get_height },
324
- vertical = { cmd_prefix = " vertical " , winsize_fn = get_width },
325
323
}
326
324
327
325
local split_info = split_map [position ]
You can’t perform that action at this time.
0 commit comments