I want to annotate a pdf-file using pdf-tools. One way to do that is to mark something in the file and call
pdf-annot-add-markup-annotation Then completing read in the minibuffer is activated and one can choose between ‘squiggly’, ‘underline’, ‘strike-out’ or ‘highlight’.
When ivy-mode is disabled it does work as described above. With ivy-mode on there are no matches. In the minibuffer it says
(1/0) Markup type (default highlight):
The same happens when I use hydra-pdftools. I don't know on which side (pdf-tools or ivy) the relevant things changed, but I'm pretty sure that it used to work.