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:
Philipp Mildenberger 2024-11-22 04:12:36 +01:00 committed by GitHub
parent f305c7299d
commit dc941d6d24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1124 additions and 212 deletions

2
Cargo.lock generated
View file

@ -1346,6 +1346,8 @@ dependencies = [
"bitflags",
"dunce",
"etcetera",
"once_cell",
"regex-automata",
"regex-cursor",
"ropey",
"rustix",