In our repository we have a few annotated tags and a lot of lightweight ones. It would be great if tig displayed lightweight tags. According to `man tigrc` I had to create `~/.tigrc` and put this ``` set reference-format = local-tag ``` But it didn't take an effect. How do I specify to use local tags? ```console $ git describe 10.6-517-gce84233c53 $ git describe --tags 10.19.693-27-gce84233c53 ``` <img width="486" alt="Screen Shot 2022-09-13 at 12 13 50 PM" src="https://user-images.githubusercontent.com/6705445/189862984-e2342022-f059-4f87-af90-8247fbaa71bf.png">