mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add support for path completion (#2608)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com> Co-authored-by: Pascal Kuthe <pascalkuthe@pm.me>
This commit is contained in:
parent
f305c7299d
commit
dc941d6d24
23 changed files with 1124 additions and 212 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1346,6 +1346,8 @@ dependencies = [
|
|||
"bitflags",
|
||||
"dunce",
|
||||
"etcetera",
|
||||
"once_cell",
|
||||
"regex-automata",
|
||||
"regex-cursor",
|
||||
"ropey",
|
||||
"rustix",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue