fix(telescope): add enums and consts to search symbols (#1512)

This commit is contained in:
Antoine Büsch authored and GitHub committed 2023-09-28 08:41:55 +02:00
1 parent b25559d397
commit b220e54159
1 file changed
+4
+4
View File
@@ -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)",