From 0f2f7ee9b40f4110715b4a504977c841aa625075 Mon Sep 17 00:00:00 2001 From: zeekling Date: Wed, 26 Jun 2024 22:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/plugin-base.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lua/plugins/plugin-base.lua b/lua/plugins/plugin-base.lua index 0c272f5..ae561f8 100644 --- a/lua/plugins/plugin-base.lua +++ b/lua/plugins/plugin-base.lua @@ -185,6 +185,17 @@ return { max_width = { 40, 0.2 }, min_width = 20, }, + filter_kind = { + "Class", + "Constructor", + "Enum", + "Function", + "Interface", + "Module", + "Method", + "Struct", + }, + open_automatic = true, }) end, -- Optional dependencies