Yevgnen / ivy-rich

More friendly interface for ivy.
363 stars 37 forks source link

bad integration with ivy-posframe #113

Open thor314 opened 2 years ago

thor314 commented 2 years ago

ivy posframe moves the minibuffer into the center of the display, and is generally visually appealing, but has doesn't integrate well ootb with ivy-rich. Ivy rich begins too far right by default, and falls off the screen. This is particularly bad when the frame is not maximized.

I'm feature requesting:

thor314 commented 2 years ago

I looked into the ivy-rich-display-transformers list, but was unable to change the default:

  counsel-M-x
  (:columns
    ((counsel-M-x-transformer
       (:width .4))
      (ivy-rich-counsel-function-docstring
        (:face font-lock-doc-face))))

to something suitable for my use case, by changing the width parameter.