Git Product home page Git Product logo

all-the-icons-ivy-rich's Introduction

all-the-icons-ivy-rich

Build Status Release Tag License MELPA MELPA Stable

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

;; Whether display the icons
(setq all-the-icons-ivy-rich-icon t)

;; Whether display the colorful icons.
;; It respects `all-the-icons-color-icons'.
(setq all-the-icons-ivy-rich-color-icon t)

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

;; Whether support project root
(setq all-the-icons-ivy-rich-project t)

;; 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

all-the-icons-ivy-rich's People

Contributors

dalanicolai avatar gexplorer avatar honmaple avatar nbarrientos avatar seagle0128 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.