mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(telescope): add enums and consts to search symbols (#1512)
This commit is contained in:
parent
b25559d397
commit
b220e54159
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,8 @@ return {
|
||||||
"Trait",
|
"Trait",
|
||||||
"Field",
|
"Field",
|
||||||
"Property",
|
"Property",
|
||||||
|
"Enum",
|
||||||
|
"Constant",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
desc = "Goto Symbol",
|
desc = "Goto Symbol",
|
||||||
|
@ -156,6 +158,8 @@ return {
|
||||||
"Trait",
|
"Trait",
|
||||||
"Field",
|
"Field",
|
||||||
"Property",
|
"Property",
|
||||||
|
"Enum",
|
||||||
|
"Constant",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
desc = "Goto Symbol (Workspace)",
|
desc = "Goto Symbol (Workspace)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue