mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2026-02-04 06:12:01 +00:00
Fix vertical shell window position
This commit is contained in:
@@ -75,7 +75,7 @@ M.choice = function(handlers)
|
|||||||
end)
|
end)
|
||||||
actions.select_vertical:replace(function()
|
actions.select_vertical:replace(function()
|
||||||
local default_position = config.options.position
|
local default_position = config.options.position
|
||||||
config.options.position = 'top'
|
config.options.position = 'right'
|
||||||
|
|
||||||
actions.close(prompt_bufnr)
|
actions.close(prompt_bufnr)
|
||||||
local handler_name = action_state.get_selected_entry()[1]
|
local handler_name = action_state.get_selected_entry()[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user