mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +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",
|
||||
"Field",
|
||||
"Property",
|
||||
"Enum",
|
||||
"Constant",
|
||||
},
|
||||
}),
|
||||
desc = "Goto Symbol",
|
||||
|
@ -156,6 +158,8 @@ return {
|
|||
"Trait",
|
||||
"Field",
|
||||
"Property",
|
||||
"Enum",
|
||||
"Constant",
|
||||
},
|
||||
}),
|
||||
desc = "Goto Symbol (Workspace)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue