Closed aaronjensen closed 4 years ago
If a candidate wraps onto the next line, it stutters and it causes the posframe prompt to break into two lines.
This is my ivy-posframe config:
(use-package ivy-posframe :hook (ivy-mode . ivy-posframe-mode) :config (setq ivy-posframe-parameters '((internal-border-width . 5) (undecorated . t)) ivy-posframe-width 120 ivy-posframe-display-functions-alist '((swiper . nil) (swiper-isearch . nil) (counsel-rg . nil) (t . ivy-posframe-display-at-frame-center))))
This actually appears to be an issue with lsp-ui and ivy-posframe interacting in a bad way. I'll look into it.
This seems to have been fixed somewhere with updated packages, so closing. Sorry for the noise.
If a candidate wraps onto the next line, it stutters and it causes the posframe prompt to break into two lines.
This is my ivy-posframe config: