Add command palette filter global and update it when vim mode is enabled/disabled
This commit is contained in:
parent
431d71fe92
commit
f6292437fa
6 changed files with 39 additions and 6 deletions
|
@ -8,6 +8,7 @@ path = "src/command_palette.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
collections = { path = "../collections" }
|
||||
editor = { path = "../editor" }
|
||||
fuzzy = { path = "../fuzzy" }
|
||||
gpui = { path = "../gpui" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue