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

This commit is contained in:
Antoine Büsch 2023-09-28 16:41:55 +10:00 committed by GitHub
parent b25559d397
commit b220e54159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)",