mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fix #31 : dropdown panel prompt position
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user