chore: move the prompt position
Move the prompt position to the top of the Telescope window.
This commit is contained in:
parent
04392ea377
commit
7eb5ce9a8e
|
@ -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 },
|
||||||
|
|
Loading…
Reference in a new issue