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

This commit is contained in:
Antoine Busch 2023-09-28 16:07:02 +10:00
parent b25559d397
commit 5627ac1ec1

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