You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
However, I've noticed that I can't perform a gd on google.protobuf.Timestamp.
I can't for the life of me understand what triggers this cache to be created in the first place, or how to get it updated. I've got a very old version of the googleapis in here, and I wish to update it. What should I do to make that happen?
EDIT: looks like removing the ~/.cache/bufls folder triggered a rebuild when you open up a .proto file and have bufls active in the Neovim buffer. But I still don't understand how I can add support for gd on e.g. google.protobuf.Timestamp.
The text was updated successfully, but these errors were encountered:
fredrikaverpil
changed the title
What mechanism creates the ~/.cache ?
How to update ~/.cache/bufls ?
Jun 1, 2024
fredrikaverpil
changed the title
How to update ~/.cache/bufls ?
How to create/update ~/.cache/bufls ?
Jun 1, 2024
I then executed buf dep update and had my buf.lock updated. Then I had to hit gd (for "gotodef") on a type, which triggered bufls to download the files into the cache. And now gd works fine! 👍
Hi! 👋
Thanks for this great project, I use bufls in Neovim on almost a daily basis. 😄
I have a question around the bufls cache.
I've got a cache of googleapis on this path (macOS), which makes
gotodef
work on types such asgoogle.type.LatLng
, which is awesome:However, I've noticed that I can't perform a
gd
ongoogle.protobuf.Timestamp
.I can't for the life of me understand what triggers this cache to be created in the first place, or how to get it updated. I've got a very old version of the googleapis in here, and I wish to update it. What should I do to make that happen?
EDIT: looks like removing the
~/.cache/bufls
folder triggered a rebuild when you open up a .proto file and have bufls active in the Neovim buffer. But I still don't understand how I can add support forgd
on e.g.google.protobuf.Timestamp
.The text was updated successfully, but these errors were encountered: