mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Fix vertical shell window position
This commit is contained in:
parent
9256c1659d
commit
2e49140530
@ -75,7 +75,7 @@ M.choice = function(handlers)
|
||||
end)
|
||||
actions.select_vertical:replace(function()
|
||||
local default_position = config.options.position
|
||||
config.options.position = 'top'
|
||||
config.options.position = 'right'
|
||||
|
||||
actions.close(prompt_bufnr)
|
||||
local handler_name = action_state.get_selected_entry()[1]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user