From f1b827ffc70ac07a374d2c5c5ec2505bb70f1d41 Mon Sep 17 00:00:00 2001 From: chuyanlong Date: Sat, 18 Oct 2025 21:36:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/lazyvim/plugins/extras/editor/glance.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/lazyvim/plugins/extras/editor/glance.lua b/lua/lazyvim/plugins/extras/editor/glance.lua index 001edc64..07b7aa00 100644 --- a/lua/lazyvim/plugins/extras/editor/glance.lua +++ b/lua/lazyvim/plugins/extras/editor/glance.lua @@ -7,6 +7,10 @@ return { enable = true, }, use_trouble_qf = true, + list = { + position = "right", -- Position of the list window 'left'|'right' + width = 0.4, -- Width as percentage (0.1 to 0.5) + }, folds = { fold_closed = "", fold_open = "",