From 5074f44b1432d07b2addbaafa79e897d234e3a90 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 31 Jul 2021 13:39:27 +0100 Subject: [PATCH] Replace ivy with vertico --- +ui.el | 4 ++-- init.el | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/+ui.el b/+ui.el index 1ab7cd6..2ea1cd6 100644 --- a/+ui.el +++ b/+ui.el @@ -26,8 +26,8 @@ lsp-ui-sideline-show-code-actions nil lsp-modeline-code-actions-enable nil)) ;; Shrink minibuffer -(after! ivy - (setq ivy-height 10)) +(after! vertico + (setq vertico-count 10)) ;; Eliminate gaps between windows (after! frame (remove-hook 'doom-init-ui-hook #'window-divider-mode)) diff --git a/init.el b/init.el index 1337cc6..a3dd057 100644 --- a/init.el +++ b/init.el @@ -16,9 +16,10 @@ (company + tng) ; the ultimate code completion backend ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... - (ivy ; a search engine for love and life - +fuzzy ; fuzzy search is a millenial thing - +icons) ; prettify the small thingss + ;;(ivy ; a search engine for love and life + ;;+fuzzy ; fuzzy search is a millenial thing + ;;+icons) ; prettify the small thingss + (vertico +icons) ; The search engine of the future :ui ;;deft ; notational velocity for Emacs