fix #31 : dropdown panel prompt position

This commit is contained in:
Rene Schallner
2021-12-10 17:19:15 +01:00
parent d49d93cf68
commit fc4896aab1
2 changed files with 5 additions and 3 deletions

View File

@@ -1674,7 +1674,9 @@ TelekastenCmd.command = function(subcommand)
if M.Cfg.command_palette_theme == "ivy" then
theme = themes.get_ivy()
else
theme = themes.get_dropdown()
theme = themes.get_dropdown({
layout_config = { prompt_position = "top" },
})
end
show(theme)
end