From 7527d0584fec636ac0e4d0fa5a79003bf86c3214 Mon Sep 17 00:00:00 2001 From: SL1900 Date: Fri, 11 Jul 2025 20:55:26 +0900 Subject: [PATCH] Changed "current buffer fuzzy find" window orientation --- lua/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 5f87393..d63cadb 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -28,7 +28,7 @@ return { }, }, current_buffer_fuzzy_find = { - layout_strategy = "horizontal", + layout_strategy = "vertical", layout_config = { width = 0.75, },