From ba345a19fb7f576dabd357b0e71b25c5f4b4e02a Mon Sep 17 00:00:00 2001 From: SL1900 Date: Mon, 27 Oct 2025 13:50:50 +0900 Subject: [PATCH] Changed layout of plugin telescope-live-grep-args.nvim --- lua/plugins/telescope.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 9142e97..2da1640 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -116,6 +116,10 @@ return { require("telescope").setup({ extensions = { live_grep_args = { + layout_strategy = "vertical", + layout_config = { + width = 0.75, + }, auto_quoting = true, mappings = { i = {