WIP: Start on go to line

This commit is contained in:
Antonio Scandurra 2021-11-24 18:45:36 +01:00
parent a743c2d8d7
commit cea8107242
6 changed files with 169 additions and 3 deletions

View file

@ -36,6 +36,7 @@ fsevent = { path = "../fsevent" }
fuzzy = { path = "../fuzzy" }
editor = { path = "../editor" }
file_finder = { path = "../file_finder" }
go_to_line = { path = "../go_to_line" }
gpui = { path = "../gpui" }
language = { path = "../language" }
lsp = { path = "../lsp" }