ivy-rich
ivy-rich copied to clipboard
More friendly interface for ivy.
Hi @Yevgnen I was wondering whether you would consider accepting a pull request to add support for `counsel-find-file` to `ivy-rich`. This was inspired by a discussion I saw on https://www.reddit.com/r/emacs/comments/9p5bwg/spends_2_hours_configuring_ranger_file_manager/...
How one can enable ivy-rich-mode in counsel-find-file and projectile-switch-to-buffer? Thanks!
When I use `ivy-rich-mode` and tramp in conjunction I experience performance issues. With `ivy-switch-buffer` the startup delay is very noticable. It can be several seconds until I see the list...
So I have `ivy`, `counsel`, `ivy-rich` running, and open up `describe-variable` - which `counsel` overrides with `counsel-describe-variable`, and `ivy-rich` annotates with extra data, including variable values. I type: `url-` --...
I've defined my own command using ivy-read and added ivy-rich transformers to it. When calling it interactively it works as expected, but when called directly from elisp code the transformers...
`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...
Is it possible to make ivy-rich search for a phrase through entire file path not only buffer name?
I want to search buffers by projectile project name. then It will be more productive for me. Or It will be good to search it by filepath or other infomation...
Display additional information, such as remote branch, commit sha, tag, commit subject when selecting magit revisions
ivy-rich-set-display-transformer: Symbol’s value as variable is void: ivy--display-transformers-lis
Linux Mint 20.2 Emacs 27.2 Install package **ivy-rich ver.0.1.6** In my init.el add the next ``` (require 'ivy-rich) (ivy-rich-mode 1) ``` But when restart Emacs I get error: ivy-rich-set-display-transformer: Symbol’s...