Skip to content

Yevgnen/all-the-icons-ivy-rich

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

all-the-icons-ivy-rich

Build Status MELPA MELPA Stable License

Table of Contents

Display icons for all buffers in ivy.

This package is extracted from Centaur Emacs and leverages ivy-rich and all-the-icons.

Install

Manual

From melpa, M-x package-install RET all-the-icons-ivy-rich RET.

(all-the-icons-ivy-rich-mode 1)
(ivy-rich-mode 1)

Use-package

(use-package all-the-icons-ivy-rich
  :ensure t
  :init (all-the-icons-ivy-rich-mode 1))

(use-package ivy-rich
  :ensure t
  :init (ivy-rich-mode 1))

NOTE:

  1. all-the-icons-ivy-rich-mode depends on ivy-rich and respects ivy-rich-mode.
  2. To display icons correctly, you should run M-x all-the-icons-install-fonts to install the necessary fonts.
  3. For better performance, enable all-the-icons-ivy-rich-mode before ivy-rich-mode .
  4. Enable other packages like counsel-projectile before enabling all-the-icons-ivy-rich-mode.

Enjoy! 😄

Customize

;; The icon size
(setq all-the-icons-ivy-rich-icon-size 1.0)

;; Definitions for ivy-rich transformers.
;; See `ivy-rich-display-transformers-list' for details."
all-the-icons-ivy-rich-display-transformers-list

;; Slow Rendering
;; If you experience a slow down in performance when rendering multiple icons simultaneously,
;; you can try setting the following variable
(setq inhibit-compacting-font-caches t)

Screenshots

ivy-switch-buffer

counsel-buffer-or-recentf

counsel-M-x

counsel-imenu

counsel-bookmark

Donate

If you think the it's helpful for you, please consider paying a cup of coffee for me. Thank you! 😄

Alipay      Wechat Pay

PayPal      Buy Me A Coffee

About

Better experience with icons for ivy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 100.0%