From b220e541594a0ef556d1515649cd99d45fe94058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20B=C3=BCsch?= Date: Thu, 28 Sep 2023 16:41:55 +1000 Subject: [PATCH] fix(telescope): add enums and consts to search symbols (#1512) --- lua/lazyvim/plugins/editor.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index d073dc58..e726768a 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -138,6 +138,8 @@ return { "Trait", "Field", "Property", + "Enum", + "Constant", }, }), desc = "Goto Symbol", @@ -156,6 +158,8 @@ return { "Trait", "Field", "Property", + "Enum", + "Constant", }, }), desc = "Goto Symbol (Workspace)",