From 5627ac1ec104ea770bcd1f2f94c0feb784caf658 Mon Sep 17 00:00:00 2001 From: Antoine Busch Date: Thu, 28 Sep 2023 16:07:02 +1000 Subject: [PATCH] fix(telescope): add enums and consts to search symbols --- 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)",