From 7eb5ce9a8ebbfd39933ccceca0e840f108847641 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Thu, 18 Nov 2021 18:34:53 +0000
Subject: [PATCH] chore: move the prompt position

Move the prompt position to the top of the Telescope window.
---
 nvim/.config/nvim/lua/opdavies/telescope/mappings.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nvim/.config/nvim/lua/opdavies/telescope/mappings.lua b/nvim/.config/nvim/lua/opdavies/telescope/mappings.lua
index 4a692aaa..5ebc0fd7 100644
--- a/nvim/.config/nvim/lua/opdavies/telescope/mappings.lua
+++ b/nvim/.config/nvim/lua/opdavies/telescope/mappings.lua
@@ -8,8 +8,9 @@ function M.edit_neovim()
 
     layout_strategy = "flex",
     layout_config = {
-      width = 0.9,
       height = 0.8,
+      prompt_position = "top",
+      width = 0.9,
 
       horizontal = {
         width = { padding = 0.15 },