chore: move the prompt position

Move the prompt position to the top of the Telescope window.
This commit is contained in:
Oliver Davies 2021-11-18 18:34:53 +00:00
parent 04392ea377
commit 7eb5ce9a8e

View file

@ -8,8 +8,9 @@ function M.edit_neovim()
layout_strategy = "flex", layout_strategy = "flex",
layout_config = { layout_config = {
width = 0.9,
height = 0.8, height = 0.8,
prompt_position = "top",
width = 0.9,
horizontal = { horizontal = {
width = { padding = 0.15 }, width = { padding = 0.15 },